Html Css Color HEX #020C45 Midnight Express

📋 copy color: '#020C45'

red 2 ◦ green 12 ◦ blue 69

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

Shades of Midnight Express #020C45

Tints of Midnight Express #020C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 83.13%

R = 2.41%
G = 14.46%
B = 83.13%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020C45 (or 0x020C45) is known color: Midnight Express. HEX triplet: 02, 0C and 45. RGB value is (2,12,69). Sum of RGB (Red+Green+Blue) = 2+12+69=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #020C45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C45 is #FDF3BA. Grayscale: #0F0F0F. Windows color (decimal): -16643003 or 4525058. OLE color: 4525058.

HSL color Cylindrical-coordinate representation of color #020C45: hue angle of 231.04º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C45 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 12 69 -
CMYK 0.97 0.83 0 0.73
HSL 231.04º 0.94% 0.14% -
HSV(B) 231.04º 0.97% 0.27% -
XYZ 1.23 0.71 5.7 -
YUV 15.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 2 12 69 0.97 0.83 0 0.73 231.04 0.94 0.14
Hex 2 C 45 61 53 0 49 E7 5E E
Octal 2 14 105 141 123 0 111 347 136 16
Binary 10 1100 1000101 1100001 1010011 0 1001001 11100111 1011110 1110

Color Harmonies of #020C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C45

Black with #020C45

Text Example


Text Example

White with #020C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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