Html Css Color HEX #020F2C Midnight Express

📋 copy color: '#020F2C'

red 2 ◦ green 15 ◦ blue 44

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

Shades of Midnight Express #020F2C

Tints of Midnight Express #020F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 24.59%

 BLUE value IS 44 (17.58% from 255) = 72.13%

R = 3.28%
G = 24.59%
B = 72.13%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#020F2C (or 0x020F2C) is known color: Midnight Express. HEX triplet: 02, 0F and 2C. RGB value is (2,15,44). Sum of RGB (Red+Green+Blue) = 2+15+44=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #020F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F2C is #FDF0D3. Grayscale: #0E0E0E. Windows color (decimal): -16642260 or 2887426. OLE color: 2887426.

HSL color Cylindrical-coordinate representation of color #020F2C: hue angle of 221.43º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020F2C is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 2 15 44 -
CMYK 0.95 0.66 0 0.83
HSL 221.43º 0.91% 0.09% -
HSV(B) 221.43º 0.95% 0.17% -
XYZ 0.65 0.54 2.45 -
YUV 14.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 2 15 44 0.95 0.66 0 0.83 221.43 0.91 0.09
Hex 2 F 2C 5F 42 0 53 DD 5B 9
Octal 2 17 54 137 102 0 123 335 133 11
Binary 10 1111 101100 1011111 1000010 0 1010011 11011101 1011011 1001

Color Harmonies of #020F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F2C

Black with #020F2C

Text Example


Text Example

White with #020F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,44); }

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

background-color css

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

 a { background-color: rgb(2,15,44); }

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

border-color css

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

 span { border-color: rgb(2,15,44); }

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