Html Css Color HEX #14779F Cerulean

📋 copy color: '#14779F'

red 20 ◦ green 119 ◦ blue 159

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

Shades of Cerulean #14779F

Tints of Cerulean #14779F

RGB

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

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

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

R = 6.71%
G = 39.93%
B = 53.36%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14779F (or 0x14779F) is known color: Cerulean. HEX triplet: 14, 77 and 9F. RGB value is (20,119,159). Sum of RGB (Red+Green+Blue) = 20+119+159=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #14779F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14779F is #EB8860. Grayscale: #5D5D5D. Windows color (decimal): -15435873 or 10450708. OLE color: 10450708.

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

Color convert

RGB 20 119 159 -
CMYK 0.87 0.25 0 0.38
HSL 197.27º 0.78% 0.35% -
HSV(B) 197.27º 0.87% 0.62% -
XYZ 13.14 15.85 35.17 -
YUV 93.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 20 119 159 0.87 0.25 0 0.38 197.27 0.78 0.35
Hex 14 77 9F 57 19 0 26 C5 4E 23
Octal 24 167 237 127 31 0 46 305 116 43
Binary 10100 1110111 10011111 1010111 11001 0 100110 11000101 1001110 100011

Color Harmonies of #14779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14779F

Black with #14779F

Text Example


Text Example

White with #14779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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