Html Css Color HEX #020551 Midnight Blue

📋 copy color: '#020551'

red 2 ◦ green 5 ◦ blue 81

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

Shades of Midnight Blue #020551

Tints of Midnight Blue #020551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 92.05%

R = 2.27%
G = 5.68%
B = 92.05%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020551 (or 0x020551) is known color: Midnight Blue. HEX triplet: 02, 05 and 51. RGB value is (2,5,81). Sum of RGB (Red+Green+Blue) = 2+5+81=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 81 (32.03% from 255 or 92.05% from 88); Max value from RGB is 81 - color contains mainly: blue. Hex color #020551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020551 is #FDFAAE. Grayscale: #0C0C0C. Windows color (decimal): -16644783 or 5309698. OLE color: 5309698.

HSL color Cylindrical-coordinate representation of color #020551: hue angle of 237.72º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020551 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 5 81 -
CMYK 0.98 0.94 0 0.68
HSL 237.72º 0.95% 0.16% -
HSV(B) 237.72º 0.98% 0.32% -
XYZ 1.56 0.72 7.84 -
YUV 12.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 2 5 81 0.98 0.94 0 0.68 237.72 0.95 0.16
Hex 2 5 51 62 5E 0 44 EE 5F 10
Octal 2 5 121 142 136 0 104 356 137 20
Binary 10 101 1010001 1100010 1011110 0 1000100 11101110 1011111 10000

Color Harmonies of #020551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020551

Black with #020551

Text Example


Text Example

White with #020551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020551; }

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

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

background-color css

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

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

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

border-color css

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

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

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