Html Css Color HEX #020C35 Midnight Express

📋 copy color: '#020C35'

red 2 ◦ green 12 ◦ blue 53

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

Shades of Midnight Express #020C35

Tints of Midnight Express #020C35

RGB

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

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

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

R = 2.99%
G = 17.91%
B = 79.1%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#020C35 (or 0x020C35) is known color: Midnight Express. HEX triplet: 02, 0C and 35. RGB value is (2,12,53). Sum of RGB (Red+Green+Blue) = 2+12+53=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 53 (21.09% from 255 or 79.10% from 67); Max value from RGB is 53 - color contains mainly: blue. Hex color #020C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C35 is #FDF3CA. Grayscale: #0D0D0D. Windows color (decimal): -16643019 or 3476482. OLE color: 3476482.

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

Color convert

RGB 2 12 53 -
CMYK 0.96 0.77 0 0.79
HSL 228.24º 0.93% 0.11% -
HSV(B) 228.24º 0.96% 0.21% -
XYZ 0.8 0.53 3.43 -
YUV 13.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 2 12 53 0.96 0.77 0 0.79 228.24 0.93 0.11
Hex 2 C 35 60 4D 0 4F E4 5D B
Octal 2 14 65 140 115 0 117 344 135 13
Binary 10 1100 110101 1100000 1001101 0 1001111 11100100 1011101 1011

Color Harmonies of #020C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C35

Black with #020C35

Text Example


Text Example

White with #020C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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