Html Css Color HEX #14739B Cerulean

📋 copy color: '#14739B'

red 20 ◦ green 115 ◦ blue 155

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

Shades of Cerulean #14739B

Tints of Cerulean #14739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

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

R = 6.9%
G = 39.66%
B = 53.45%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14739B (or 0x14739B) is known color: Cerulean. HEX triplet: 14, 73 and 9B. RGB value is (20,115,155). Sum of RGB (Red+Green+Blue) = 20+115+155=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #14739B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14739B is #EB8C64. Grayscale: #5A5A5A. Windows color (decimal): -15436901 or 10187540. OLE color: 10187540.

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

Color convert

RGB 20 115 155 -
CMYK 0.87 0.26 0 0.39
HSL 197.78º 0.77% 0.34% -
HSV(B) 197.78º 0.87% 0.61% -
XYZ 12.34 14.78 33.21 -
YUV 91.16 164.03 77.25 -
System Red Green Blue C M Y K H S L
Decimal 20 115 155 0.87 0.26 0 0.39 197.78 0.77 0.34
Hex 14 73 9B 57 1A 0 27 C6 4D 22
Octal 24 163 233 127 32 0 47 306 115 42
Binary 10100 1110011 10011011 1010111 11010 0 100111 11000110 1001101 100010

Color Harmonies of #14739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14739B

Black with #14739B

Text Example


Text Example

White with #14739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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