#14025F

Color #14025F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #14025F

Tints of Midnight Blue #14025F

Color information

#14025F (or 0x14025F) is unknown color: approx Midnight Blue. HEX triplet: 14, 02 and 5F. RGB value is (20,2,95). Sum of RGB (Red+Green+Blue) = 20+2+95=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 95 (37.5% from 255 or 81.20% from 117); Max value from RGB is 95 - color contains mainly: blue. Hex color #14025F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14025F is #EBFDA0. Grayscale: #111111. Windows color (decimal): -15465889 or 6226452. OLE color: 6226452.

HSL color Cylindrical-coordinate representation of color #14025F: hue angle of 251.61º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14025F is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB20295-
CMYK0.790.9800.63
HSL251.61º95.88%19.02%-
HSV(B)251.61º97.89%37.25%-
XYZ2.381.0210.9-
YUV17.98171.46129.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 95 (37.5% from 255) = 81.20%
R=17.09%
G=1.71%
B=81.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal202950.790.9800.63251.6195.8819.02
Hex1425F4F6203Ffc6013
Octal24213711714207737414023
Binary1010010101111110011111100010011111111111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,2,95); }

 H1.HeaderClassName
 {
   color: #14025F;
 }
 .AnyTagClassName
 {
   color: #14025F;
 }
</style>
background-color css

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

 a { background-color: rgb(20,2,95); }

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

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

 span { border-color: rgb(20,2,95); }

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