Html Css Color HEX #12799E Cerulean

📋 copy color: '#12799E'

red 18 ◦ green 121 ◦ blue 158

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

Shades of Cerulean #12799E

Tints of Cerulean #12799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 6.06%
G = 40.74%
B = 53.2%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12799E (or 0x12799E) is known color: Cerulean. HEX triplet: 12, 79 and 9E. RGB value is (18,121,158). Sum of RGB (Red+Green+Blue) = 18+121+158=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #12799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12799E is #ED8661. Grayscale: #5E5E5E. Windows color (decimal): -15566434 or 10385682. OLE color: 10385682.

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

Color convert

RGB 18 121 158 -
CMYK 0.89 0.23 0 0.38
HSL 195.86º 0.8% 0.35% -
HSV(B) 195.86º 0.89% 0.62% -
XYZ 13.26 16.27 34.79 -
YUV 94.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 18 121 158 0.89 0.23 0 0.38 195.86 0.8 0.35
Hex 12 79 9E 59 17 0 26 C4 50 23
Octal 22 171 236 131 27 0 46 304 120 43
Binary 10010 1111001 10011110 1011001 10111 0 100110 11000100 1010000 100011

Color Harmonies of #12799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12799E

Black with #12799E

Text Example


Text Example

White with #12799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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