#10669C

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

Shades of Cerulean #10669C

Tints of Cerulean #10669C

Color information

#10669C (or 0x10669C) is unknown color: approx Cerulean. HEX triplet: 10, 66 and 9C. RGB value is (16,102,156). Sum of RGB (Red+Green+Blue) = 16+102+156=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #10669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10669C is #EF9963. Grayscale: #525252. Windows color (decimal): -15702372 or 10249744. OLE color: 10249744.

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

Color convert

RGB16102156-
CMYK0.900.3500.39
HSL203.14º81.4%33.73%-
HSV(B)203.14º89.74%61.18%-
XYZ10.9712.0133.19-
YUV82.44169.5180.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.84%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=5.84%
G=37.23%
B=56.93%

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
Decimal161021560.900.3500.39203.1481.433.73
Hex10669C5A23027cb5122
Octal201462341324304731312142
Binary1000011001101001110010110101000110100111110010111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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