Html Css Color HEX #14799A Cerulean

📋 copy color: '#14799A'

red 20 ◦ green 121 ◦ blue 154

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

Shades of Cerulean #14799A

Tints of Cerulean #14799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 6.78%
G = 41.02%
B = 52.2%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14799A (or 0x14799A) is known color: Cerulean. HEX triplet: 14, 79 and 9A. RGB value is (20,121,154). Sum of RGB (Red+Green+Blue) = 20+121+154=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #14799A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14799A is #EB8665. Grayscale: #5E5E5E. Windows color (decimal): -15435366 or 10123540. OLE color: 10123540.

HSL color Cylindrical-coordinate representation of color #14799A: hue angle of 194.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14799A is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 121 154 -
CMYK 0.87 0.21 0 0.40
HSL 194.78º 0.77% 0.34% -
HSV(B) 194.78º 0.87% 0.6% -
XYZ 12.96 16.16 33.01 -
YUV 94.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 20 121 154 0.87 0.21 0 0.40 194.78 0.77 0.34
Hex 14 79 9A 57 15 0 28 C3 4D 22
Octal 24 171 232 127 25 0 50 303 115 42
Binary 10100 1111001 10011010 1010111 10101 0 101000 11000011 1001101 100010

Color Harmonies of #14799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14799A

Black with #14799A

Text Example


Text Example

White with #14799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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