#1083b8

Color #1083B8 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1083B8

Tints of Cerulean #1083B8

Color information

#1083B8 (or 0x1083B8) is unknown color: approx Cerulean. HEX triplet: 10, 83 and B8. RGB value is (16,131,184). Sum of RGB (Red+Green+Blue) = 16+131+184=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #1083B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083B8 is #EF7C47. Grayscale: #666666. Windows color (decimal): -15694920 or 12092176. OLE color: 12092176.

HSL color Cylindrical-coordinate representation of color #1083B8: hue angle of 198.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1083B8 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16131184-
CMYK0.910.2900.28
HSL198.93º84%39.22%-
HSV(B)198.93º91.3%72.16%-
XYZ16.9819.848.27-
YUV102.66173.966.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.83%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=4.83%
G=39.58%
B=55.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161311840.910.2900.28198.938439.22
Hex1083B85B1D01Cc75427
Octal202032701333503430712447
Binary100001000001110111000101101111101011100110001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1083b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1083b8; }

 p { color: rgb(16,131,184); }

 H1.HeaderClassName
 {
   color: #1083b8;
 }
 .AnyTagClassName
 {
   color: #1083b8;
 }
</style>
background-color css

<style>
 a { background-color: #1083b8; }

 a { background-color: rgb(16,131,184); }

 div.DivClassName
 {
   background-color: #1083b8;
 }
 .BgClassName
 {
   background-color: #1083b8;
 }
</style>
border-color css

<style>
 span { border-color: #1083b8; }

 span { border-color: rgb(16,131,184); }

 td.TdClassName
 {
   border-color: #1083b8;
 }
 .TagClassName
 {
   border-color: #1083b8;
 }
</style>