Html Css Color HEX #14799C Cerulean

📋 copy color: '#14799C'

red 20 ◦ green 121 ◦ blue 156

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

Shades of Cerulean #14799C

Tints of Cerulean #14799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 6.73%
G = 40.74%
B = 52.53%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14799C (or 0x14799C) is known color: Cerulean. HEX triplet: 14, 79 and 9C. RGB value is (20,121,156). Sum of RGB (Red+Green+Blue) = 20+121+156=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #14799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14799C is #EB8663. Grayscale: #5E5E5E. Windows color (decimal): -15435364 or 10254612. OLE color: 10254612.

HSL color Cylindrical-coordinate representation of color #14799C: hue angle of 195.44º 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 #14799C is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 121 156 -
CMYK 0.87 0.22 0 0.39
HSL 195.44º 0.77% 0.35% -
HSV(B) 195.44º 0.87% 0.61% -
XYZ 13.13 16.22 33.89 -
YUV 94.79 162.54 74.65 -
System Red Green Blue C M Y K H S L
Decimal 20 121 156 0.87 0.22 0 0.39 195.44 0.77 0.35
Hex 14 79 9C 57 16 0 27 C3 4D 23
Octal 24 171 234 127 26 0 47 303 115 43
Binary 10100 1111001 10011100 1010111 10110 0 100111 11000011 1001101 100011

Color Harmonies of #14799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14799C

Black with #14799C

Text Example


Text Example

White with #14799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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