Html Css Color HEX #14779C Cerulean

📋 copy color: '#14779C'

red 20 ◦ green 119 ◦ blue 156

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

Shades of Cerulean #14779C

Tints of Cerulean #14779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 6.78%
G = 40.34%
B = 52.88%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14779C (or 0x14779C) is known color: Cerulean. HEX triplet: 14, 77 and 9C. RGB value is (20,119,156). Sum of RGB (Red+Green+Blue) = 20+119+156=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #14779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14779C is #EB8863. Grayscale: #5D5D5D. Windows color (decimal): -15435876 or 10254100. OLE color: 10254100.

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

Color convert

RGB 20 119 156 -
CMYK 0.87 0.24 0 0.39
HSL 196.32º 0.77% 0.35% -
HSV(B) 196.32º 0.87% 0.61% -
XYZ 12.89 15.74 33.81 -
YUV 93.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 20 119 156 0.87 0.24 0 0.39 196.32 0.77 0.35
Hex 14 77 9C 57 18 0 27 C4 4D 23
Octal 24 167 234 127 30 0 47 304 115 43
Binary 10100 1110111 10011100 1010111 11000 0 100111 11000100 1001101 100011

Color Harmonies of #14779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14779C

Black with #14779C

Text Example


Text Example

White with #14779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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