Html Css Color HEX #14799B Cerulean

📋 copy color: '#14799B'

red 20 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #14799B

Tints of Cerulean #14799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 6.76%
G = 40.88%
B = 52.36%

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

#14799B (or 0x14799B) is known color: Cerulean. HEX triplet: 14, 79 and 9B. RGB value is (20,121,155). Sum of RGB (Red+Green+Blue) = 20+121+155=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #14799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14799B is #EB8664. Grayscale: #5E5E5E. Windows color (decimal): -15435365 or 10189076. OLE color: 10189076.

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

Color convert

RGB 20 121 155 -
CMYK 0.87 0.22 0 0.39
HSL 195.11º 0.77% 0.34% -
HSV(B) 195.11º 0.87% 0.61% -
XYZ 13.04 16.19 33.45 -
YUV 94.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 20 121 155 0.87 0.22 0 0.39 195.11 0.77 0.34
Hex 14 79 9B 57 16 0 27 C3 4D 22
Octal 24 171 233 127 26 0 47 303 115 42
Binary 10100 1111001 10011011 1010111 10110 0 100111 11000011 1001101 100010

Color Harmonies of #14799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14799B

Black with #14799B

Text Example


Text Example

White with #14799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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