Html Css Color HEX #050B5D Midnight Blue

📋 copy color: '#050B5D'

red 5 ◦ green 11 ◦ blue 93

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

Shades of Midnight Blue #050B5D

Tints of Midnight Blue #050B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 85.32%

R = 4.59%
G = 10.09%
B = 85.32%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#050B5D (or 0x050B5D) is known color: Midnight Blue. HEX triplet: 05, 0B and 5D. RGB value is (5,11,93). Sum of RGB (Red+Green+Blue) = 5+11+93=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #050B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B5D is #FAF4A2. Grayscale: #121212. Windows color (decimal): -16446627 or 6097669. OLE color: 6097669.

HSL color Cylindrical-coordinate representation of color #050B5D: hue angle of 235.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050B5D is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 11 93 -
CMYK 0.95 0.88 0 0.64
HSL 235.91º 0.9% 0.19% -
HSV(B) 235.91º 0.95% 0.36% -
XYZ 2.16 1.06 10.45 -
YUV 18.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 5 11 93 0.95 0.88 0 0.64 235.91 0.9 0.19
Hex 5 B 5D 5F 58 0 40 EC 5A 13
Octal 5 13 135 137 130 0 100 354 132 23
Binary 101 1011 1011101 1011111 1011000 0 1000000 11101100 1011010 10011

Color Harmonies of #050B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B5D

Black with #050B5D

Text Example


Text Example

White with #050B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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