Html Css Color HEX #020B35 Midnight Express

📋 copy color: '#020B35'

red 2 ◦ green 11 ◦ blue 53

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

Shades of Midnight Express #020B35

Tints of Midnight Express #020B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 80.3%

R = 3.03%
G = 16.67%
B = 80.3%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#020B35 (or 0x020B35) is known color: Midnight Express. HEX triplet: 02, 0B and 35. RGB value is (2,11,53). Sum of RGB (Red+Green+Blue) = 2+11+53=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 53 (21.09% from 255 or 80.30% from 66); Max value from RGB is 53 - color contains mainly: blue. Hex color #020B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B35 is #FDF4CA. Grayscale: #0C0C0C. Windows color (decimal): -16643275 or 3476226. OLE color: 3476226.

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

Color convert

RGB 2 11 53 -
CMYK 0.96 0.79 0 0.79
HSL 229.41º 0.93% 0.11% -
HSV(B) 229.41º 0.96% 0.21% -
XYZ 0.79 0.51 3.42 -
YUV 13.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 2 11 53 0.96 0.79 0 0.79 229.41 0.93 0.11
Hex 2 B 35 60 4F 0 4F E5 5D B
Octal 2 13 65 140 117 0 117 345 135 13
Binary 10 1011 110101 1100000 1001111 0 1001111 11100101 1011101 1011

Color Harmonies of #020B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B35

Black with #020B35

Text Example


Text Example

White with #020B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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