Html Css Color HEX #050A8B Dark Blue

📋 copy color: '#050A8B'

red 5 ◦ green 10 ◦ blue 139

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

Shades of Dark Blue #050A8B

Tints of Dark Blue #050A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.49%

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

R = 3.25%
G = 6.49%
B = 90.26%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#050A8B (or 0x050A8B) is known color: Dark Blue. HEX triplet: 05, 0A and 8B. RGB value is (5,10,139). Sum of RGB (Red+Green+Blue) = 5+10+139=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 139 (54.69% from 255 or 90.26% from 154); Max value from RGB is 139 - color contains mainly: blue. Hex color #050A8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050A8B is #FAF574. Grayscale: #161616. Windows color (decimal): -16446837 or 9112069. OLE color: 9112069.

HSL color Cylindrical-coordinate representation of color #050A8B: hue angle of 237.76º 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 #050A8B is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 10 139 -
CMYK 0.96 0.93 0 0.45
HSL 237.76º 0.93% 0.28% -
HSV(B) 237.76º 0.96% 0.55% -
XYZ 4.83 2.11 24.58 -
YUV 23.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 5 10 139 0.96 0.93 0 0.45 237.76 0.93 0.28
Hex 5 A 8B 60 5D 0 2D EE 5D 1C
Octal 5 12 213 140 135 0 55 356 135 34
Binary 101 1010 10001011 1100000 1011101 0 101101 11101110 1011101 11100

Color Harmonies of #050A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A8B

Black with #050A8B

Text Example


Text Example

White with #050A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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