Html Css Color HEX #12669C Cerulean

📋 copy color: '#12669C'

red 18 ◦ green 102 ◦ blue 156

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

Shades of Cerulean #12669C

Tints of Cerulean #12669C

RGB

 RED value IS 18 (7.42% from 255) = 6.52%

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 6.52%
G = 36.96%
B = 56.52%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12669C (or 0x12669C) is known color: Cerulean. HEX triplet: 12, 66 and 9C. RGB value is (18,102,156). Sum of RGB (Red+Green+Blue) = 18+102+156=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #12669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669C is #ED9963. Grayscale: #525252. Windows color (decimal): -15571300 or 10249746. OLE color: 10249746.

HSL color Cylindrical-coordinate representation of color #12669C: hue angle of 203.48º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12669C is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 102 156 -
CMYK 0.88 0.35 0 0.39
HSL 203.48º 0.79% 0.34% -
HSV(B) 203.48º 0.88% 0.61% -
XYZ 11 12.03 33.19 -
YUV 83.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 18 102 156 0.88 0.35 0 0.39 203.48 0.79 0.34
Hex 12 66 9C 58 23 0 27 CB 4F 22
Octal 22 146 234 130 43 0 47 313 117 42
Binary 10010 1100110 10011100 1011000 100011 0 100111 11001011 1001111 100010

Color Harmonies of #12669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12669C

Black with #12669C

Text Example


Text Example

White with #12669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12669C;
 }
 .AnyTagClassName
 {
   color: #12669C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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