Html Css Color HEX #14799E Cerulean

📋 copy color: '#14799E'

red 20 ◦ green 121 ◦ blue 158

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

Shades of Cerulean #14799E

Tints of Cerulean #14799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 6.69%
G = 40.47%
B = 52.84%

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

#14799E (or 0x14799E) is known color: Cerulean. HEX triplet: 14, 79 and 9E. RGB value is (20,121,158). Sum of RGB (Red+Green+Blue) = 20+121+158=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #14799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14799E is #EB8661. Grayscale: #5E5E5E. Windows color (decimal): -15435362 or 10385684. OLE color: 10385684.

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

Color convert

RGB 20 121 158 -
CMYK 0.87 0.23 0 0.38
HSL 196.09º 0.78% 0.35% -
HSV(B) 196.09º 0.87% 0.62% -
XYZ 13.3 16.29 34.79 -
YUV 95.02 163.54 74.49 -
System Red Green Blue C M Y K H S L
Decimal 20 121 158 0.87 0.23 0 0.38 196.09 0.78 0.35
Hex 14 79 9E 57 17 0 26 C4 4E 23
Octal 24 171 236 127 27 0 46 304 116 43
Binary 10100 1111001 10011110 1010111 10111 0 100110 11000100 1001110 100011

Color Harmonies of #14799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14799E

Black with #14799E

Text Example


Text Example

White with #14799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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