Html Css Color HEX #050D91 Dark Blue

📋 copy color: '#050D91'

red 5 ◦ green 13 ◦ blue 145

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

Shades of Dark Blue #050D91

Tints of Dark Blue #050D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

 BLUE value IS 145 (57.03% from 255) = 88.96%

R = 3.07%
G = 7.98%
B = 88.96%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#050D91 (or 0x050D91) is known color: Dark Blue. HEX triplet: 05, 0D and 91. RGB value is (5,13,145). Sum of RGB (Red+Green+Blue) = 5+13+145=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #050D91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D91 is #FAF26E. Grayscale: #191919. Windows color (decimal): -16446063 or 9506053. OLE color: 9506053.

HSL color Cylindrical-coordinate representation of color #050D91: hue angle of 236.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050D91 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 13 145 -
CMYK 0.97 0.91 0 0.43
HSL 236.57º 0.93% 0.29% -
HSV(B) 236.57º 0.97% 0.57% -
XYZ 5.32 2.36 26.96 -
YUV 25.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 5 13 145 0.97 0.91 0 0.43 236.57 0.93 0.29
Hex 5 D 91 61 5B 0 2B ED 5D 1D
Octal 5 15 221 141 133 0 53 355 135 35
Binary 101 1101 10010001 1100001 1011011 0 101011 11101101 1011101 11101

Color Harmonies of #050D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D91

Black with #050D91

Text Example


Text Example

White with #050D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,145); }

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

background-color css

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

 a { background-color: rgb(5,13,145); }

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

border-color css

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

 span { border-color: rgb(5,13,145); }

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