Html Css Color HEX #020550 Midnight Blue

📋 copy color: '#020550'

red 2 ◦ green 5 ◦ blue 80

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

Shades of Midnight Blue #020550

Tints of Midnight Blue #020550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 91.95%

R = 2.3%
G = 5.75%
B = 91.95%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#020550 (or 0x020550) is known color: Midnight Blue. HEX triplet: 02, 05 and 50. RGB value is (2,5,80). Sum of RGB (Red+Green+Blue) = 2+5+80=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 80 (31.64% from 255 or 91.95% from 87); Max value from RGB is 80 - color contains mainly: blue. Hex color #020550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020550 is #FDFAAF. Grayscale: #0C0C0C. Windows color (decimal): -16644784 or 5244162. OLE color: 5244162.

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

Color convert

RGB 2 5 80 -
CMYK 0.98 0.94 0 0.69
HSL 237.69º 0.95% 0.16% -
HSV(B) 237.69º 0.98% 0.31% -
XYZ 1.53 0.7 7.64 -
YUV 12.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 2 5 80 0.98 0.94 0 0.69 237.69 0.95 0.16
Hex 2 5 50 62 5E 0 45 EE 5F 10
Octal 2 5 120 142 136 0 105 356 137 20
Binary 10 101 1010000 1100010 1011110 0 1000101 11101110 1011111 10000

Color Harmonies of #020550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020550

Black with #020550

Text Example


Text Example

White with #020550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020550; }

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

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

background-color css

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

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

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

border-color css

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

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

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