Html Css Color HEX #05058B Dark Blue

📋 copy color: '#05058B'

red 5 ◦ green 5 ◦ blue 139

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

Shades of Dark Blue #05058B

Tints of Dark Blue #05058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

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

R = 3.36%
G = 3.36%
B = 93.29%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05058B (or 0x05058B) is known color: Dark Blue. HEX triplet: 05, 05 and 8B. RGB value is (5,5,139). Sum of RGB (Red+Green+Blue) = 5+5+139=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 139 (54.69% from 255 or 93.29% from 149); Max value from RGB is 139 - color contains mainly: blue. Hex color #05058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05058B is #FAFA74. Grayscale: #131313. Windows color (decimal): -16448117 or 9110789. OLE color: 9110789.

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

Color convert

RGB 5 5 139 -
CMYK 0.96 0.96 0 0.45
HSL 240º 0.93% 0.28% -
HSV(B) 240º 0.96% 0.55% -
XYZ 4.78 2 24.56 -
YUV 20.28 195 117.1 -
System Red Green Blue C M Y K H S L
Decimal 5 5 139 0.96 0.96 0 0.45 240 0.93 0.28
Hex 5 5 8B 60 60 0 2D F0 5D 1C
Octal 5 5 213 140 140 0 55 360 135 34
Binary 101 101 10001011 1100000 1100000 0 101101 11110000 1011101 11100

Color Harmonies of #05058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05058B

Black with #05058B

Text Example


Text Example

White with #05058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05058B; }

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

 H1.HeaderClassName
 {
   color: #05058B;
 }
 .AnyTagClassName
 {
   color: #05058B;
 }
</style>

background-color css

<style>
 a { background-color: #05058B; }

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

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

border-color css

<style>
 span { border-color: #05058B; }

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

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