Html Css Color HEX #14387D Dark Cerulean

📋 copy color: '#14387D'

red 20 ◦ green 56 ◦ blue 125

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

Shades of Dark Cerulean #14387D

Tints of Dark Cerulean #14387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 9.95%
G = 27.86%
B = 62.19%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14387D (or 0x14387D) is known color: Dark Cerulean. HEX triplet: 14, 38 and 7D. RGB value is (20,56,125). Sum of RGB (Red+Green+Blue) = 20+56+125=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #14387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14387D is #EBC782. Grayscale: #343434. Windows color (decimal): -15452035 or 8206356. OLE color: 8206356.

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

Color convert

RGB 20 56 125 -
CMYK 0.84 0.55 0 0.51
HSL 219.43º 0.72% 0.28% -
HSV(B) 219.43º 0.84% 0.49% -
XYZ 5.4 4.46 19.98 -
YUV 53.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 20 56 125 0.84 0.55 0 0.51 219.43 0.72 0.28
Hex 14 38 7D 54 37 0 33 DB 48 1C
Octal 24 70 175 124 67 0 63 333 110 34
Binary 10100 111000 1111101 1010100 110111 0 110011 11011011 1001000 11100

Color Harmonies of #14387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14387D

Black with #14387D

Text Example


Text Example

White with #14387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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