Html Css Color HEX #12779F Cerulean

📋 copy color: '#12779F'

red 18 ◦ green 119 ◦ blue 159

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

Shades of Cerulean #12779F

Tints of Cerulean #12779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 6.08%
G = 40.2%
B = 53.72%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12779F (or 0x12779F) is known color: Cerulean. HEX triplet: 12, 77 and 9F. RGB value is (18,119,159). Sum of RGB (Red+Green+Blue) = 18+119+159=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #12779F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12779F is #ED8860. Grayscale: #5D5D5D. Windows color (decimal): -15566945 or 10450706. OLE color: 10450706.

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

Color convert

RGB 18 119 159 -
CMYK 0.89 0.25 0 0.38
HSL 197.02º 0.8% 0.35% -
HSV(B) 197.02º 0.89% 0.62% -
XYZ 13.1 15.83 35.16 -
YUV 93.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 18 119 159 0.89 0.25 0 0.38 197.02 0.8 0.35
Hex 12 77 9F 59 19 0 26 C5 50 23
Octal 22 167 237 131 31 0 46 305 120 43
Binary 10010 1110111 10011111 1011001 11001 0 100110 11000101 1010000 100011

Color Harmonies of #12779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12779F

Black with #12779F

Text Example


Text Example

White with #12779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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