Html Css Color HEX #020557 Midnight Blue

📋 copy color: '#020557'

red 2 ◦ green 5 ◦ blue 87

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

Shades of Midnight Blue #020557

Tints of Midnight Blue #020557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 92.55%

R = 2.13%
G = 5.32%
B = 92.55%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020557 (or 0x020557) is known color: Midnight Blue. HEX triplet: 02, 05 and 57. RGB value is (2,5,87). Sum of RGB (Red+Green+Blue) = 2+5+87=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 87 (34.38% from 255 or 92.55% from 94); Max value from RGB is 87 - color contains mainly: blue. Hex color #020557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020557 is #FDFAA8. Grayscale: #0D0D0D. Windows color (decimal): -16644777 or 5702914. OLE color: 5702914.

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

Color convert

RGB 2 5 87 -
CMYK 0.98 0.94 0 0.66
HSL 237.88º 0.96% 0.17% -
HSV(B) 237.88º 0.98% 0.34% -
XYZ 1.8 0.81 9.08 -
YUV 13.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 2 5 87 0.98 0.94 0 0.66 237.88 0.96 0.17
Hex 2 5 57 62 5E 0 42 EE 60 11
Octal 2 5 127 142 136 0 102 356 140 21
Binary 10 101 1010111 1100010 1011110 0 1000010 11101110 1100000 10001

Color Harmonies of #020557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020557

Black with #020557

Text Example


Text Example

White with #020557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020557; }

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

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

background-color css

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

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

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

border-color css

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

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

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