Html Css Color HEX #12799D Cerulean

📋 copy color: '#12799D'

red 18 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #12799D

Tints of Cerulean #12799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.04%

R = 6.08%
G = 40.88%
B = 53.04%

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

#12799D (or 0x12799D) is known color: Cerulean. HEX triplet: 12, 79 and 9D. RGB value is (18,121,157). Sum of RGB (Red+Green+Blue) = 18+121+157=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #12799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12799D is #ED8662. Grayscale: #5E5E5E. Windows color (decimal): -15566435 or 10320146. OLE color: 10320146.

HSL color Cylindrical-coordinate representation of color #12799D: hue angle of 195.54º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12799D is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 121 157 -
CMYK 0.89 0.23 0 0.38
HSL 195.54º 0.79% 0.34% -
HSV(B) 195.54º 0.89% 0.62% -
XYZ 13.17 16.24 34.34 -
YUV 94.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 18 121 157 0.89 0.23 0 0.38 195.54 0.79 0.34
Hex 12 79 9D 59 17 0 26 C4 4F 22
Octal 22 171 235 131 27 0 46 304 117 42
Binary 10010 1111001 10011101 1011001 10111 0 100110 11000100 1001111 100010

Color Harmonies of #12799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12799D

Black with #12799D

Text Example


Text Example

White with #12799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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