Html Css Color HEX #050B5C Midnight Blue

📋 copy color: '#050B5C'

red 5 ◦ green 11 ◦ blue 92

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

Shades of Midnight Blue #050B5C

Tints of Midnight Blue #050B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 85.19%

R = 4.63%
G = 10.19%
B = 85.19%

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

#050B5C (or 0x050B5C) is known color: Midnight Blue. HEX triplet: 05, 0B and 5C. RGB value is (5,11,92). Sum of RGB (Red+Green+Blue) = 5+11+92=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 92 (36.33% from 255 or 85.19% from 108); Max value from RGB is 92 - color contains mainly: blue. Hex color #050B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B5C is #FAF4A3. Grayscale: #121212. Windows color (decimal): -16446628 or 6032133. OLE color: 6032133.

HSL color Cylindrical-coordinate representation of color #050B5C: hue angle of 235.86º 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 #050B5C is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 11 92 -
CMYK 0.95 0.88 0 0.64
HSL 235.86º 0.9% 0.19% -
HSV(B) 235.86º 0.95% 0.36% -
XYZ 2.11 1.04 10.22 -
YUV 18.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 5 11 92 0.95 0.88 0 0.64 235.86 0.9 0.19
Hex 5 B 5C 5F 58 0 40 EC 5A 13
Octal 5 13 134 137 130 0 100 354 132 23
Binary 101 1011 1011100 1011111 1011000 0 1000000 11101100 1011010 10011

Color Harmonies of #050B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B5C

Black with #050B5C

Text Example


Text Example

White with #050B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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