Html Css Color HEX #020B38 Midnight Express

📋 copy color: '#020B38'

red 2 ◦ green 11 ◦ blue 56

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

Shades of Midnight Express #020B38

Tints of Midnight Express #020B38

RGB

 RED value IS 2 (1.17% from 255) = 2.9%

 GREEN value IS 11 (4.69% from 255) = 15.94%

 BLUE value IS 56 (22.27% from 255) = 81.16%

R = 2.9%
G = 15.94%
B = 81.16%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020B38 (or 0x020B38) is known color: Midnight Express. HEX triplet: 02, 0B and 38. RGB value is (2,11,56). Sum of RGB (Red+Green+Blue) = 2+11+56=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #020B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B38 is #FDF4C7. Grayscale: #0D0D0D. Windows color (decimal): -16643272 or 3672834. OLE color: 3672834.

HSL color Cylindrical-coordinate representation of color #020B38: hue angle of 230º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B38 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 11 56 -
CMYK 0.96 0.80 0 0.78
HSL 230º 0.93% 0.11% -
HSV(B) 230º 0.96% 0.22% -
XYZ 0.86 0.54 3.8 -
YUV 13.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 2 11 56 0.96 0.80 0 0.78 230 0.93 0.11
Hex 2 B 38 60 50 0 4E E6 5D B
Octal 2 13 70 140 120 0 116 346 135 13
Binary 10 1011 111000 1100000 1010000 0 1001110 11100110 1011101 1011

Color Harmonies of #020B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B38

Black with #020B38

Text Example


Text Example

White with #020B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #020B38;
 }
 .AnyTagClassName
 {
   color: #020B38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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