#020F45

Color #020F45 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #020F45

Tints of Midnight Express #020F45

Color information

#020F45 (or 0x020F45) is unknown color: approx Midnight Express. HEX triplet: 02, 0F and 45. RGB value is (2,15,69). Sum of RGB (Red+Green+Blue) = 2+15+69=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 69 (27.34% from 255 or 80.23% from 86); Max value from RGB is 69 - color contains mainly: blue. Hex color #020F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F45 is #FDF0BA. Grayscale: #111111. Windows color (decimal): -16642235 or 4525826. OLE color: 4525826.

HSL color Cylindrical-coordinate representation of color #020F45: hue angle of 228.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F45 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB21569-
CMYK0.970.7800.73
HSL228.36º94.37%13.92%-
HSV(B)228.36º97.1%27.06%-
XYZ1.270.785.71-
YUV17.27157.19117.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 69 (27.34% from 255) = 80.23%
R=2.33%
G=17.44%
B=80.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal215690.970.7800.73228.3694.3713.92
Hex2F45614E049e45ee
Octal217105141116011134413616
Binary101111100010111000011001110010010011110010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F45; }

 p { color: rgb(2,15,69); }

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

<style>
 a { background-color: #020F45; }

 a { background-color: rgb(2,15,69); }

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

<style>
 span { border-color: #020F45; }

 span { border-color: rgb(2,15,69); }

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