Html Css Color HEX #14779D Cerulean

📋 copy color: '#14779D'

red 20 ◦ green 119 ◦ blue 157

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

Shades of Cerulean #14779D

Tints of Cerulean #14779D

RGB

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

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

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

R = 6.76%
G = 40.2%
B = 53.04%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14779D (or 0x14779D) is known color: Cerulean. HEX triplet: 14, 77 and 9D. RGB value is (20,119,157). Sum of RGB (Red+Green+Blue) = 20+119+157=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 119 (46.88% from 255 or 40.20% 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 #14779D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14779D is #EB8862. Grayscale: #5D5D5D. Windows color (decimal): -15435875 or 10319636. OLE color: 10319636.

HSL color Cylindrical-coordinate representation of color #14779D: hue angle of 196.64º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14779D is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 119 157 -
CMYK 0.87 0.24 0 0.38
HSL 196.64º 0.77% 0.35% -
HSV(B) 196.64º 0.87% 0.62% -
XYZ 12.97 15.78 34.26 -
YUV 93.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 20 119 157 0.87 0.24 0 0.38 196.64 0.77 0.35
Hex 14 77 9D 57 18 0 26 C5 4D 23
Octal 24 167 235 127 30 0 46 305 115 43
Binary 10100 1110111 10011101 1010111 11000 0 100110 11000101 1001101 100011

Color Harmonies of #14779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14779D

Black with #14779D

Text Example


Text Example

White with #14779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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