Html Css Color HEX #020558 Midnight Blue

📋 copy color: '#020558'

red 2 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #020558

Tints of Midnight Blue #020558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

 BLUE value IS 88 (34.77% from 255) = 92.63%

R = 2.11%
G = 5.26%
B = 92.63%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020558 (or 0x020558) is known color: Midnight Blue. HEX triplet: 02, 05 and 58. RGB value is (2,5,88). Sum of RGB (Red+Green+Blue) = 2+5+88=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 88 (34.77% from 255 or 92.63% from 95); Max value from RGB is 88 - color contains mainly: blue. Hex color #020558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020558 is #FDFAA7. Grayscale: #0D0D0D. Windows color (decimal): -16644776 or 5768450. OLE color: 5768450.

HSL color Cylindrical-coordinate representation of color #020558: hue angle of 237.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020558 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 5 88 -
CMYK 0.98 0.94 0 0.65
HSL 237.91º 0.96% 0.18% -
HSV(B) 237.91º 0.98% 0.35% -
XYZ 1.84 0.83 9.29 -
YUV 13.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 2 5 88 0.98 0.94 0 0.65 237.91 0.96 0.18
Hex 2 5 58 62 5E 0 41 EE 60 12
Octal 2 5 130 142 136 0 101 356 140 22
Binary 10 101 1011000 1100010 1011110 0 1000001 11101110 1100000 10010

Color Harmonies of #020558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020558

Black with #020558

Text Example


Text Example

White with #020558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020558; }

 p { color: rgb(2,5,88); }

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

background-color css

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

 a { background-color: rgb(2,5,88); }

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

border-color css

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

 span { border-color: rgb(2,5,88); }

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