Html Css Color HEX #050259 Midnight Blue

📋 copy color: '#050259'

red 5 ◦ green 2 ◦ blue 89

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

Shades of Midnight Blue #050259

Tints of Midnight Blue #050259

RGB

 RED value IS 5 (2.34% from 255) = 5.21%

 GREEN value IS 2 (1.17% from 255) = 2.08%

 BLUE value IS 89 (35.16% from 255) = 92.71%

R = 5.21%
G = 2.08%
B = 92.71%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050259 (or 0x050259) is known color: Midnight Blue. HEX triplet: 05, 02 and 59. RGB value is (5,2,89). Sum of RGB (Red+Green+Blue) = 5+2+89=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 89 (35.16% from 255 or 92.71% from 96); Max value from RGB is 89 - color contains mainly: blue. Hex color #050259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050259 is #FAFDA6. Grayscale: #0C0C0C. Windows color (decimal): -16448935 or 5833221. OLE color: 5833221.

HSL color Cylindrical-coordinate representation of color #050259: hue angle of 242.07º 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 #050259 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 2 89 -
CMYK 0.94 0.98 0 0.65
HSL 242.07º 0.96% 0.18% -
HSV(B) 242.07º 0.98% 0.35% -
XYZ 1.89 0.8 9.51 -
YUV 12.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 5 2 89 0.94 0.98 0 0.65 242.07 0.96 0.18
Hex 5 2 59 5E 62 0 41 F2 60 12
Octal 5 2 131 136 142 0 101 362 140 22
Binary 101 10 1011001 1011110 1100010 0 1000001 11110010 1100000 10010

Color Harmonies of #050259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050259

Black with #050259

Text Example


Text Example

White with #050259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050259; }

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

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

background-color css

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

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

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

border-color css

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

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

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