Html Css Color HEX #10669C Cerulean

📋 copy color: '#10669C'

red 16 ◦ green 102 ◦ blue 156

#10669C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #10669C

Tints of Cerulean #10669C

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 value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10669C (or 0x10669C) is known color: 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

RGB 16 102 156 -
CMYK 0.90 0.35 0 0.39
HSL 203.14º 0.81% 0.34% -
HSV(B) 203.14º 0.9% 0.61% -
XYZ 10.97 12.01 33.19 -
YUV 82.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 16 102 156 0.90 0.35 0 0.39 203.14 0.81 0.34
Hex 10 66 9C 5A 23 0 27 CB 51 22
Octal 20 146 234 132 43 0 47 313 121 42
Binary 10000 1100110 10011100 1011010 100011 0 100111 11001011 1010001 100010

Color Harmonies of #10669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10669C

Black with #10669C

Text Example


Text Example

White with #10669C

Text Example


Text Example

HTML Codes & Css Web 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>