#020B3A

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

Shades of Midnight Express #020B3A

Tints of Midnight Express #020B3A

Color information

#020B3A (or 0x020B3A) is unknown color: approx Midnight Express. HEX triplet: 02, 0B and 3A. RGB value is (2,11,58). Sum of RGB (Red+Green+Blue) = 2+11+58=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 58 (23.05% from 255 or 81.69% from 71); Max value from RGB is 58 - color contains mainly: blue. Hex color #020B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3A is #FDF4C5. Grayscale: #0D0D0D. Windows color (decimal): -16643270 or 3803906. OLE color: 3803906.

HSL color Cylindrical-coordinate representation of color #020B3A: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B3A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB21158-
CMYK0.970.8100.77
HSL230.36º93.33%11.76%-
HSV(B)230.36º96.55%22.75%-
XYZ0.910.564.06-
YUV13.67153.02119.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 58 (23.05% from 255) = 81.69%
R=2.82%
G=15.49%
B=81.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal211580.970.8100.77230.3693.3311.76
Hex2B3A615104De65dc
Octal21372141121011534613514
Binary10101111101011000011010001010011011110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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