Html Css Color HEX #020D30 Midnight Express

📋 copy color: '#020D30'

red 2 ◦ green 13 ◦ blue 48

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

Shades of Midnight Express #020D30

Tints of Midnight Express #020D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.63%

 BLUE value IS 48 (19.14% from 255) = 76.19%

R = 3.17%
G = 20.63%
B = 76.19%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020D30 (or 0x020D30) is known color: Midnight Express. HEX triplet: 02, 0D and 30. RGB value is (2,13,48). Sum of RGB (Red+Green+Blue) = 2+13+48=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #020D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D30 is #FDF2CF. Grayscale: #0D0D0D. Windows color (decimal): -16642768 or 3149058. OLE color: 3149058.

HSL color Cylindrical-coordinate representation of color #020D30: hue angle of 225.65º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020D30 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 13 48 -
CMYK 0.96 0.73 0 0.81
HSL 225.65º 0.92% 0.1% -
HSV(B) 225.65º 0.96% 0.19% -
XYZ 0.7 0.51 2.86 -
YUV 13.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 2 13 48 0.96 0.73 0 0.81 225.65 0.92 0.1
Hex 2 D 30 60 49 0 51 E2 5C A
Octal 2 15 60 140 111 0 121 342 134 12
Binary 10 1101 110000 1100000 1001001 0 1010001 11100010 1011100 1010

Color Harmonies of #020D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D30

Black with #020D30

Text Example


Text Example

White with #020D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,13,48); }

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

background-color css

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

 a { background-color: rgb(2,13,48); }

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

border-color css

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

 span { border-color: rgb(2,13,48); }

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