Html Css Color HEX #12799B Cerulean

📋 copy color: '#12799B'

red 18 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #12799B

Tints of Cerulean #12799B

RGB

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

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

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

R = 6.12%
G = 41.16%
B = 52.72%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12799B (or 0x12799B) is known color: Cerulean. HEX triplet: 12, 79 and 9B. RGB value is (18,121,155). Sum of RGB (Red+Green+Blue) = 18+121+155=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #12799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12799B is #ED8664. Grayscale: #5D5D5D. Windows color (decimal): -15566437 or 10189074. OLE color: 10189074.

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

Color convert

RGB 18 121 155 -
CMYK 0.88 0.22 0 0.39
HSL 194.89º 0.79% 0.34% -
HSV(B) 194.89º 0.88% 0.61% -
XYZ 13 16.17 33.45 -
YUV 94.08 162.38 73.74 -
System Red Green Blue C M Y K H S L
Decimal 18 121 155 0.88 0.22 0 0.39 194.89 0.79 0.34
Hex 12 79 9B 58 16 0 27 C3 4F 22
Octal 22 171 233 130 26 0 47 303 117 42
Binary 10010 1111001 10011011 1011000 10110 0 100111 11000011 1001111 100010

Color Harmonies of #12799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12799B

Black with #12799B

Text Example


Text Example

White with #12799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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