Html Css Color HEX #12799F Cerulean

📋 copy color: '#12799F'

red 18 ◦ green 121 ◦ blue 159

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

Shades of Cerulean #12799F

Tints of Cerulean #12799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

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

R = 6.04%
G = 40.6%
B = 53.36%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12799F (or 0x12799F) is known color: Cerulean. HEX triplet: 12, 79 and 9F. RGB value is (18,121,159). Sum of RGB (Red+Green+Blue) = 18+121+159=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #12799F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12799F is #ED8660. Grayscale: #5E5E5E. Windows color (decimal): -15566433 or 10451218. OLE color: 10451218.

HSL color Cylindrical-coordinate representation of color #12799F: hue angle of 196.17º 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 #12799F is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 121 159 -
CMYK 0.89 0.24 0 0.38
HSL 196.17º 0.8% 0.35% -
HSV(B) 196.17º 0.89% 0.62% -
XYZ 13.34 16.31 35.25 -
YUV 94.54 164.38 73.41 -
System Red Green Blue C M Y K H S L
Decimal 18 121 159 0.89 0.24 0 0.38 196.17 0.8 0.35
Hex 12 79 9F 59 18 0 26 C4 50 23
Octal 22 171 237 131 30 0 46 304 120 43
Binary 10010 1111001 10011111 1011001 11000 0 100110 11000100 1010000 100011

Color Harmonies of #12799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12799F

Black with #12799F

Text Example


Text Example

White with #12799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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