Html Css Color HEX #12779B Cerulean

📋 copy color: '#12779B'

red 18 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #12779B

Tints of Cerulean #12779B

RGB

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

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

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

R = 6.16%
G = 40.75%
B = 53.08%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12779B (or 0x12779B) is known color: Cerulean. HEX triplet: 12, 77 and 9B. RGB value is (18,119,155). Sum of RGB (Red+Green+Blue) = 18+119+155=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #12779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12779B is #ED8864. Grayscale: #5C5C5C. Windows color (decimal): -15566949 or 10188562. OLE color: 10188562.

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

Color convert

RGB 18 119 155 -
CMYK 0.88 0.23 0 0.39
HSL 195.77º 0.79% 0.34% -
HSV(B) 195.77º 0.88% 0.61% -
XYZ 12.76 15.69 33.37 -
YUV 92.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 18 119 155 0.88 0.23 0 0.39 195.77 0.79 0.34
Hex 12 77 9B 58 17 0 27 C4 4F 22
Octal 22 167 233 130 27 0 47 304 117 42
Binary 10010 1110111 10011011 1011000 10111 0 100111 11000100 1001111 100010

Color Harmonies of #12779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12779B

Black with #12779B

Text Example


Text Example

White with #12779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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