#10649B

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

Shades of Cerulean #10649B

Tints of Cerulean #10649B

Color information

#10649B (or 0x10649B) is unknown color: approx Cerulean. HEX triplet: 10, 64 and 9B. RGB value is (16,100,155). Sum of RGB (Red+Green+Blue) = 16+100+155=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #10649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10649B is #EF9B64. Grayscale: #505050. Windows color (decimal): -15702885 or 10183696. OLE color: 10183696.

HSL color Cylindrical-coordinate representation of color #10649B: hue angle of 203.74º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10649B is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16100155-
CMYK0.900.3500.39
HSL203.74º81.29%33.53%-
HSV(B)203.74º89.68%60.78%-
XYZ10.6911.5932.68-
YUV81.15169.6781.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=5.90%
G=36.90%
B=57.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161001550.900.3500.39203.7481.2933.53
Hex10649B5A23027cc5122
Octal201442331324304731412142
Binary1000011001001001101110110101000110100111110011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10649B; }

 p { color: rgb(16,100,155); }

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

<style>
 a { background-color: #10649B; }

 a { background-color: rgb(16,100,155); }

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

<style>
 span { border-color: #10649B; }

 span { border-color: rgb(16,100,155); }

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