Html Css Color HEX #020C30 Midnight Express

📋 copy color: '#020C30'

red 2 ◦ green 12 ◦ blue 48

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

Shades of Midnight Express #020C30

Tints of Midnight Express #020C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.35%

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

R = 3.23%
G = 19.35%
B = 77.42%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020C30 (or 0x020C30) is known color: Midnight Express. HEX triplet: 02, 0C and 30. RGB value is (2,12,48). Sum of RGB (Red+Green+Blue) = 2+12+48=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #020C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C30 is #FDF3CF. Grayscale: #0C0C0C. Windows color (decimal): -16643024 or 3148802. OLE color: 3148802.

HSL color Cylindrical-coordinate representation of color #020C30: hue angle of 226.96º 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 #020C30 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 12 48 -
CMYK 0.96 0.75 0 0.81
HSL 226.96º 0.92% 0.1% -
HSV(B) 226.96º 0.96% 0.19% -
XYZ 0.69 0.49 2.85 -
YUV 13.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 2 12 48 0.96 0.75 0 0.81 226.96 0.92 0.1
Hex 2 C 30 60 4B 0 51 E3 5C A
Octal 2 14 60 140 113 0 121 343 134 12
Binary 10 1100 110000 1100000 1001011 0 1010001 11100011 1011100 1010

Color Harmonies of #020C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C30

Black with #020C30

Text Example


Text Example

White with #020C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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