Html Css Color HEX #12769C Cerulean

📋 copy color: '#12769C'

red 18 ◦ green 118 ◦ blue 156

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

Shades of Cerulean #12769C

Tints of Cerulean #12769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

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

R = 6.16%
G = 40.41%
B = 53.42%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12769C (or 0x12769C) is known color: Cerulean. HEX triplet: 12, 76 and 9C. RGB value is (18,118,156). Sum of RGB (Red+Green+Blue) = 18+118+156=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #12769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12769C is #ED8963. Grayscale: #5C5C5C. Windows color (decimal): -15567204 or 10253842. OLE color: 10253842.

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

Color convert

RGB 18 118 156 -
CMYK 0.88 0.24 0 0.39
HSL 196.52º 0.79% 0.34% -
HSV(B) 196.52º 0.88% 0.61% -
XYZ 12.73 15.49 33.77 -
YUV 92.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 18 118 156 0.88 0.24 0 0.39 196.52 0.79 0.34
Hex 12 76 9C 58 18 0 27 C5 4F 22
Octal 22 166 234 130 30 0 47 305 117 42
Binary 10010 1110110 10011100 1011000 11000 0 100111 11000101 1001111 100010

Color Harmonies of #12769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12769C

Black with #12769C

Text Example


Text Example

White with #12769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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