Html Css Color HEX #050D8B Dark Blue

📋 copy color: '#050D8B'

red 5 ◦ green 13 ◦ blue 139

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

Shades of Dark Blue #050D8B

Tints of Dark Blue #050D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 88.54%

R = 3.18%
G = 8.28%
B = 88.54%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#050D8B (or 0x050D8B) is known color: Dark Blue. HEX triplet: 05, 0D and 8B. RGB value is (5,13,139). Sum of RGB (Red+Green+Blue) = 5+13+139=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 139 (54.69% from 255 or 88.54% from 157); Max value from RGB is 139 - color contains mainly: blue. Hex color #050D8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D8B is #FAF274. Grayscale: #181818. Windows color (decimal): -16446069 or 9112837. OLE color: 9112837.

HSL color Cylindrical-coordinate representation of color #050D8B: hue angle of 236.42º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D8B is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 13 139 -
CMYK 0.96 0.91 0 0.45
HSL 236.42º 0.93% 0.28% -
HSV(B) 236.42º 0.96% 0.55% -
XYZ 4.87 2.18 24.59 -
YUV 24.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 5 13 139 0.96 0.91 0 0.45 236.42 0.93 0.28
Hex 5 D 8B 60 5B 0 2D EC 5D 1C
Octal 5 15 213 140 133 0 55 354 135 34
Binary 101 1101 10001011 1100000 1011011 0 101101 11101100 1011101 11100

Color Harmonies of #050D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D8B

Black with #050D8B

Text Example


Text Example

White with #050D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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