Html Css Color HEX #12769F Cerulean

📋 copy color: '#12769F'

red 18 ◦ green 118 ◦ blue 159

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

Shades of Cerulean #12769F

Tints of Cerulean #12769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 6.1%
G = 40%
B = 53.9%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12769F (or 0x12769F) is known color: Cerulean. HEX triplet: 12, 76 and 9F. RGB value is (18,118,159). Sum of RGB (Red+Green+Blue) = 18+118+159=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #12769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12769F is #ED8960. Grayscale: #5C5C5C. Windows color (decimal): -15567201 or 10450450. OLE color: 10450450.

HSL color Cylindrical-coordinate representation of color #12769F: hue angle of 197.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12769F is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 118 159 -
CMYK 0.89 0.26 0 0.38
HSL 197.45º 0.8% 0.35% -
HSV(B) 197.45º 0.89% 0.62% -
XYZ 12.99 15.59 35.13 -
YUV 92.77 165.37 74.67 -
System Red Green Blue C M Y K H S L
Decimal 18 118 159 0.89 0.26 0 0.38 197.45 0.8 0.35
Hex 12 76 9F 59 1A 0 26 C5 50 23
Octal 22 166 237 131 32 0 46 305 120 43
Binary 10010 1110110 10011111 1011001 11010 0 100110 11000101 1010000 100011

Color Harmonies of #12769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12769F

Black with #12769F

Text Example


Text Example

White with #12769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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