Html Css Color HEX #14407F Dark Cerulean

📋 copy color: '#14407F'

red 20 ◦ green 64 ◦ blue 127

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

Shades of Dark Cerulean #14407F

Tints of Dark Cerulean #14407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.19%

R = 9.48%
G = 30.33%
B = 60.19%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14407F (or 0x14407F) is known color: Dark Cerulean. HEX triplet: 14, 40 and 7F. RGB value is (20,64,127). Sum of RGB (Red+Green+Blue) = 20+64+127=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #14407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14407F is #EBBF80. Grayscale: #393939. Windows color (decimal): -15449985 or 8339476. OLE color: 8339476.

HSL color Cylindrical-coordinate representation of color #14407F: hue angle of 215.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14407F is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 64 127 -
CMYK 0.84 0.50 0 0.50
HSL 215.33º 0.73% 0.29% -
HSV(B) 215.33º 0.84% 0.5% -
XYZ 5.95 5.35 20.8 -
YUV 58.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 20 64 127 0.84 0.50 0 0.50 215.33 0.73 0.29
Hex 14 40 7F 54 32 0 32 D7 49 1D
Octal 24 100 177 124 62 0 62 327 111 35
Binary 10100 1000000 1111111 1010100 110010 0 110010 11010111 1001001 11101

Color Harmonies of #14407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14407F

Black with #14407F

Text Example


Text Example

White with #14407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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