#020B3D

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

Shades of Midnight Express #020B3D

Tints of Midnight Express #020B3D

Color information

#020B3D (or 0x020B3D) is unknown color: approx Midnight Express. HEX triplet: 02, 0B and 3D. RGB value is (2,11,61). Sum of RGB (Red+Green+Blue) = 2+11+61=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 61 (24.22% from 255 or 82.43% from 74); Max value from RGB is 61 - color contains mainly: blue. Hex color #020B3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3D is #FDF4C2. Grayscale: #0D0D0D. Windows color (decimal): -16643267 or 4000514. OLE color: 4000514.

HSL color Cylindrical-coordinate representation of color #020B3D: hue angle of 230.85º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B3D is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB21161-
CMYK0.970.8200.76
HSL230.85º93.65%12.35%-
HSV(B)230.85º96.72%23.92%-
XYZ0.990.594.48-
YUV14.01154.52119.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 61 (24.22% from 255) = 82.43%
R=2.70%
G=14.86%
B=82.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal211610.970.8200.76230.8593.6512.35
Hex2B3D615204Ce75ec
Octal21375141122011434713614
Binary10101111110111000011010010010011001110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,11,61); }

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

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

 a { background-color: rgb(2,11,61); }

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

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

 span { border-color: rgb(2,11,61); }

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