Html Css Color HEX #050963 Midnight Blue

📋 copy color: '#050963'

red 5 ◦ green 9 ◦ blue 99

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

Shades of Midnight Blue #050963

Tints of Midnight Blue #050963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 87.61%

R = 4.42%
G = 7.96%
B = 87.61%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#050963 (or 0x050963) is known color: Midnight Blue. HEX triplet: 05, 09 and 63. RGB value is (5,9,99). Sum of RGB (Red+Green+Blue) = 5+9+99=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #050963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050963 is #FAF69C. Grayscale: #111111. Windows color (decimal): -16447133 or 6490373. OLE color: 6490373.

HSL color Cylindrical-coordinate representation of color #050963: hue angle of 237.45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050963 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 9 99 -
CMYK 0.95 0.91 0 0.61
HSL 237.45º 0.9% 0.2% -
HSV(B) 237.45º 0.95% 0.39% -
XYZ 2.41 1.13 11.9 -
YUV 18.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 5 9 99 0.95 0.91 0 0.61 237.45 0.9 0.2
Hex 5 9 63 5F 5B 0 3D ED 5A 14
Octal 5 11 143 137 133 0 75 355 132 24
Binary 101 1001 1100011 1011111 1011011 0 111101 11101101 1011010 10100

Color Harmonies of #050963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050963

Black with #050963

Text Example


Text Example

White with #050963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050963; }

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

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

background-color css

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

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

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

border-color css

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

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

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