Html Css Color HEX #020047 Midnight Blue

📋 copy color: '#020047'

red 2 ◦ green 0 ◦ blue 71

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

Shades of Midnight Blue #020047

Tints of Midnight Blue #020047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 97.26%

R = 2.74%
G = 0%
B = 97.26%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020047 (or 0x020047) is known color: Midnight Blue. HEX triplet: 02, 00 and 47. RGB value is (2,0,71). Sum of RGB (Red+Green+Blue) = 2+0+71=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 71 (28.12% from 255 or 97.26% from 73); Max value from RGB is 71 - color contains mainly: blue. Hex color #020047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020047 is #FDFFB8. Grayscale: #080808. Windows color (decimal): -16646073 or 4653058. OLE color: 4653058.

HSL color Cylindrical-coordinate representation of color #020047: hue angle of 241.69º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020047 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 0 71 -
CMYK 0.97 1 0 0.72
HSL 241.69º 1% 0.14% -
HSV(B) 241.69º 1% 0.28% -
XYZ 1.16 0.47 5.99 -
YUV 8.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 2 0 71 0.97 1 0 0.72 241.69 1 0.14
Hex 2 0 47 61 64 0 48 F2 64 E
Octal 2 0 107 141 144 0 110 362 144 16
Binary 10 0 1000111 1100001 1100100 0 1001000 11110010 1100100 1110

Color Harmonies of #020047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020047

Black with #020047

Text Example


Text Example

White with #020047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020047; }

 p { color: rgb(2,0,71); }

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

background-color css

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

 a { background-color: rgb(2,0,71); }

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

border-color css

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

 span { border-color: rgb(2,0,71); }

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