Html Css Color HEX #05058E Dark Blue

📋 copy color: '#05058E'

red 5 ◦ green 5 ◦ blue 142

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

Shades of Dark Blue #05058E

Tints of Dark Blue #05058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 93.42%

R = 3.29%
G = 3.29%
B = 93.42%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05058E (or 0x05058E) is known color: Dark Blue. HEX triplet: 05, 05 and 8E. RGB value is (5,5,142). Sum of RGB (Red+Green+Blue) = 5+5+142=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 142 (55.86% from 255 or 93.42% from 152); Max value from RGB is 142 - color contains mainly: blue. Hex color #05058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05058E is #FAFA71. Grayscale: #141414. Windows color (decimal): -16448114 or 9307397. OLE color: 9307397.

HSL color Cylindrical-coordinate representation of color #05058E: hue angle of 240º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05058E is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 5 142 -
CMYK 0.96 0.96 0 0.44
HSL 240º 0.93% 0.29% -
HSV(B) 240º 0.96% 0.56% -
XYZ 5 2.09 25.73 -
YUV 20.62 196.5 116.86 -
System Red Green Blue C M Y K H S L
Decimal 5 5 142 0.96 0.96 0 0.44 240 0.93 0.29
Hex 5 5 8E 60 60 0 2C F0 5D 1D
Octal 5 5 216 140 140 0 54 360 135 35
Binary 101 101 10001110 1100000 1100000 0 101100 11110000 1011101 11101

Color Harmonies of #05058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05058E

Black with #05058E

Text Example


Text Example

White with #05058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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