#10649C

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

Shades of Cerulean #10649C

Tints of Cerulean #10649C

Color information

#10649C (or 0x10649C) is unknown color: approx Cerulean. HEX triplet: 10, 64 and 9C. RGB value is (16,100,156). Sum of RGB (Red+Green+Blue) = 16+100+156=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #10649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10649C is #EF9B63. Grayscale: #505050. Windows color (decimal): -15702884 or 10249232. OLE color: 10249232.

HSL color Cylindrical-coordinate representation of color #10649C: hue angle of 204º 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 #10649C is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16100156-
CMYK0.900.3600.39
HSL204º81.4%33.73%-
HSV(B)204º89.74%61.18%-
XYZ10.7711.6233.13-
YUV81.27170.1781.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.88%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=5.88%
G=36.76%
B=57.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161001560.900.3600.3920481.433.73
Hex10649C5A24027cc5122
Octal201442341324404731412142
Binary1000011001001001110010110101001000100111110011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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