Html Css Color HEX #050B54 Midnight Blue

📋 copy color: '#050B54'

red 5 ◦ green 11 ◦ blue 84

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

Shades of Midnight Blue #050B54

Tints of Midnight Blue #050B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11%

 BLUE value IS 84 (33.2% from 255) = 84%

R = 5%
G = 11%
B = 84%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#050B54 (or 0x050B54) is known color: Midnight Blue. HEX triplet: 05, 0B and 54. RGB value is (5,11,84). Sum of RGB (Red+Green+Blue) = 5+11+84=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 84 (33.20% from 255 or 84% from 100); Max value from RGB is 84 - color contains mainly: blue. Hex color #050B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B54 is #FAF4AB. Grayscale: #111111. Windows color (decimal): -16446636 or 5507845. OLE color: 5507845.

HSL color Cylindrical-coordinate representation of color #050B54: hue angle of 235.44º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050B54 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 11 84 -
CMYK 0.94 0.87 0 0.67
HSL 235.44º 0.89% 0.17% -
HSV(B) 235.44º 0.94% 0.33% -
XYZ 1.78 0.91 8.47 -
YUV 17.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 5 11 84 0.94 0.87 0 0.67 235.44 0.89 0.17
Hex 5 B 54 5E 57 0 43 EB 59 11
Octal 5 13 124 136 127 0 103 353 131 21
Binary 101 1011 1010100 1011110 1010111 0 1000011 11101011 1011001 10001

Color Harmonies of #050B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B54

Black with #050B54

Text Example


Text Example

White with #050B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B54; }

 p { color: rgb(5,11,84); }

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

background-color css

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

 a { background-color: rgb(5,11,84); }

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

border-color css

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

 span { border-color: rgb(5,11,84); }

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