Html Css Color HEX #14497D Dark Cerulean

📋 copy color: '#14497D'

red 20 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #14497D

Tints of Dark Cerulean #14497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 9.17%
G = 33.49%
B = 57.34%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14497D (or 0x14497D) is known color: Dark Cerulean. HEX triplet: 14, 49 and 7D. RGB value is (20,73,125). Sum of RGB (Red+Green+Blue) = 20+73+125=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #14497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14497D is #EBB682. Grayscale: #3E3E3E. Windows color (decimal): -15447683 or 8210708. OLE color: 8210708.

HSL color Cylindrical-coordinate representation of color #14497D: hue angle of 209.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14497D is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 73 125 -
CMYK 0.84 0.42 0 0.51
HSL 209.71º 0.72% 0.28% -
HSV(B) 209.71º 0.84% 0.49% -
XYZ 6.37 6.39 20.3 -
YUV 63.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 20 73 125 0.84 0.42 0 0.51 209.71 0.72 0.28
Hex 14 49 7D 54 2A 0 33 D2 48 1C
Octal 24 111 175 124 52 0 63 322 110 34
Binary 10100 1001001 1111101 1010100 101010 0 110011 11010010 1001000 11100

Color Harmonies of #14497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14497D

Black with #14497D

Text Example


Text Example

White with #14497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,73,125); }

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

background-color css

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

 a { background-color: rgb(20,73,125); }

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

border-color css

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

 span { border-color: rgb(20,73,125); }

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