Html Css Color HEX #050958 Midnight Blue

📋 copy color: '#050958'

red 5 ◦ green 9 ◦ blue 88

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

Shades of Midnight Blue #050958

Tints of Midnight Blue #050958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.82%

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

R = 4.9%
G = 8.82%
B = 86.27%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050958 (or 0x050958) is known color: Midnight Blue. HEX triplet: 05, 09 and 58. RGB value is (5,9,88). Sum of RGB (Red+Green+Blue) = 5+9+88=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 88 (34.77% from 255 or 86.27% from 102); Max value from RGB is 88 - color contains mainly: blue. Hex color #050958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050958 is #FAF6A7. Grayscale: #101010. Windows color (decimal): -16447144 or 5769477. OLE color: 5769477.

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

Color convert

RGB 5 9 88 -
CMYK 0.94 0.90 0 0.65
HSL 237.11º 0.89% 0.18% -
HSV(B) 237.11º 0.94% 0.35% -
XYZ 1.92 0.93 9.31 -
YUV 16.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 5 9 88 0.94 0.90 0 0.65 237.11 0.89 0.18
Hex 5 9 58 5E 5A 0 41 ED 59 12
Octal 5 11 130 136 132 0 101 355 131 22
Binary 101 1001 1011000 1011110 1011010 0 1000001 11101101 1011001 10010

Color Harmonies of #050958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050958

Black with #050958

Text Example


Text Example

White with #050958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050958; }

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

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

background-color css

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

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

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

border-color css

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

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

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