Html Css Color HEX #14739D Cerulean

📋 copy color: '#14739D'

red 20 ◦ green 115 ◦ blue 157

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

Shades of Cerulean #14739D

Tints of Cerulean #14739D

RGB

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

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

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

R = 6.85%
G = 39.38%
B = 53.77%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14739D (or 0x14739D) is known color: Cerulean. HEX triplet: 14, 73 and 9D. RGB value is (20,115,157). Sum of RGB (Red+Green+Blue) = 20+115+157=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #14739D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14739D is #EB8C62. Grayscale: #5B5B5B. Windows color (decimal): -15436899 or 10318612. OLE color: 10318612.

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

Color convert

RGB 20 115 157 -
CMYK 0.87 0.27 0 0.38
HSL 198.39º 0.77% 0.35% -
HSV(B) 198.39º 0.87% 0.62% -
XYZ 12.51 14.84 34.1 -
YUV 91.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 20 115 157 0.87 0.27 0 0.38 198.39 0.77 0.35
Hex 14 73 9D 57 1B 0 26 C6 4D 23
Octal 24 163 235 127 33 0 46 306 115 43
Binary 10100 1110011 10011101 1010111 11011 0 100110 11000110 1001101 100011

Color Harmonies of #14739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14739D

Black with #14739D

Text Example


Text Example

White with #14739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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