Html Css Color HEX #14799D Cerulean

📋 copy color: '#14799D'

red 20 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #14799D

Tints of Cerulean #14799D

RGB

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

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

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

R = 6.71%
G = 40.6%
B = 52.68%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14799D (or 0x14799D) is known color: Cerulean. HEX triplet: 14, 79 and 9D. RGB value is (20,121,157). Sum of RGB (Red+Green+Blue) = 20+121+157=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #14799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14799D is #EB8662. Grayscale: #5E5E5E. Windows color (decimal): -15435363 or 10320148. OLE color: 10320148.

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

Color convert

RGB 20 121 157 -
CMYK 0.87 0.23 0 0.38
HSL 195.77º 0.77% 0.35% -
HSV(B) 195.77º 0.87% 0.62% -
XYZ 13.21 16.26 34.34 -
YUV 94.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 20 121 157 0.87 0.23 0 0.38 195.77 0.77 0.35
Hex 14 79 9D 57 17 0 26 C4 4D 23
Octal 24 171 235 127 27 0 46 304 115 43
Binary 10100 1111001 10011101 1010111 10111 0 100110 11000100 1001101 100011

Color Harmonies of #14799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14799D

Black with #14799D

Text Example


Text Example

White with #14799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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