Html Css Color HEX #14779B Cerulean

📋 copy color: '#14779B'

red 20 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #14779B

Tints of Cerulean #14779B

RGB

 RED value IS 20 (8.2% from 255) = 6.8%

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

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

R = 6.8%
G = 40.48%
B = 52.72%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14779B (or 0x14779B) is known color: Cerulean. HEX triplet: 14, 77 and 9B. RGB value is (20,119,155). Sum of RGB (Red+Green+Blue) = 20+119+155=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 119 (46.88% from 255 or 40.48% 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 #14779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14779B is #EB8864. Grayscale: #5D5D5D. Windows color (decimal): -15435877 or 10188564. OLE color: 10188564.

HSL color Cylindrical-coordinate representation of color #14779B: hue angle of 196º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14779B is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 119 155 -
CMYK 0.87 0.23 0 0.39
HSL 196º 0.77% 0.34% -
HSV(B) 196º 0.87% 0.61% -
XYZ 12.8 15.71 33.37 -
YUV 93.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 20 119 155 0.87 0.23 0 0.39 196 0.77 0.34
Hex 14 77 9B 57 17 0 27 C4 4D 22
Octal 24 167 233 127 27 0 47 304 115 42
Binary 10100 1110111 10011011 1010111 10111 0 100111 11000100 1001101 100010

Color Harmonies of #14779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14779B

Black with #14779B

Text Example


Text Example

White with #14779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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