Html Css Color HEX #14407D Dark Cerulean

📋 copy color: '#14407D'

red 20 ◦ green 64 ◦ blue 125

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

Shades of Dark Cerulean #14407D

Tints of Dark Cerulean #14407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 9.57%
G = 30.62%
B = 59.81%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14407D (or 0x14407D) is known color: Dark Cerulean. HEX triplet: 14, 40 and 7D. RGB value is (20,64,125). Sum of RGB (Red+Green+Blue) = 20+64+125=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #14407D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14407D is #EBBF82. Grayscale: #393939. Windows color (decimal): -15449987 or 8208404. OLE color: 8208404.

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

Color convert

RGB 20 64 125 -
CMYK 0.84 0.49 0 0.51
HSL 214.86º 0.72% 0.28% -
HSV(B) 214.86º 0.84% 0.49% -
XYZ 5.82 5.3 20.12 -
YUV 57.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 20 64 125 0.84 0.49 0 0.51 214.86 0.72 0.28
Hex 14 40 7D 54 31 0 33 D7 48 1C
Octal 24 100 175 124 61 0 63 327 110 34
Binary 10100 1000000 1111101 1010100 110001 0 110011 11010111 1001000 11100

Color Harmonies of #14407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14407D

Black with #14407D

Text Example


Text Example

White with #14407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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