Html Css Color HEX #12769B Cerulean

📋 copy color: '#12769B'

red 18 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #12769B

Tints of Cerulean #12769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 6.19%
G = 40.55%
B = 53.26%

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

#12769B (or 0x12769B) is known color: Cerulean. HEX triplet: 12, 76 and 9B. RGB value is (18,118,155). Sum of RGB (Red+Green+Blue) = 18+118+155=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #12769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12769B is #ED8964. Grayscale: #5C5C5C. Windows color (decimal): -15567205 or 10188306. OLE color: 10188306.

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

Color convert

RGB 18 118 155 -
CMYK 0.88 0.24 0 0.39
HSL 196.2º 0.79% 0.34% -
HSV(B) 196.2º 0.88% 0.61% -
XYZ 12.64 15.45 33.33 -
YUV 92.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 18 118 155 0.88 0.24 0 0.39 196.2 0.79 0.34
Hex 12 76 9B 58 18 0 27 C4 4F 22
Octal 22 166 233 130 30 0 47 304 117 42
Binary 10010 1110110 10011011 1011000 11000 0 100111 11000100 1001111 100010

Color Harmonies of #12769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12769B

Black with #12769B

Text Example


Text Example

White with #12769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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