Html Css Color HEX #14367D Dark Cerulean

📋 copy color: '#14367D'

red 20 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #14367D

Tints of Dark Cerulean #14367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

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

R = 10.05%
G = 27.14%
B = 62.81%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14367D (or 0x14367D) is known color: Dark Cerulean. HEX triplet: 14, 36 and 7D. RGB value is (20,54,125). Sum of RGB (Red+Green+Blue) = 20+54+125=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #14367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14367D is #EBC982. Grayscale: #333333. Windows color (decimal): -15452547 or 8205844. OLE color: 8205844.

HSL color Cylindrical-coordinate representation of color #14367D: hue angle of 220.57º 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 #14367D is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 54 125 -
CMYK 0.84 0.57 0 0.51
HSL 220.57º 0.72% 0.28% -
HSV(B) 220.57º 0.84% 0.49% -
XYZ 5.31 4.27 19.95 -
YUV 51.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 20 54 125 0.84 0.57 0 0.51 220.57 0.72 0.28
Hex 14 36 7D 54 39 0 33 DD 48 1C
Octal 24 66 175 124 71 0 63 335 110 34
Binary 10100 110110 1111101 1010100 111001 0 110011 11011101 1001000 11100

Color Harmonies of #14367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14367D

Black with #14367D

Text Example


Text Example

White with #14367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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