Html Css Color HEX #05058C Dark Blue

📋 copy color: '#05058C'

red 5 ◦ green 5 ◦ blue 140

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

Shades of Dark Blue #05058C

Tints of Dark Blue #05058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 93.33%

R = 3.33%
G = 3.33%
B = 93.33%

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

#05058C (or 0x05058C) is known color: Dark Blue. HEX triplet: 05, 05 and 8C. RGB value is (5,5,140). Sum of RGB (Red+Green+Blue) = 5+5+140=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 140 (55.08% from 255 or 93.33% from 150); Max value from RGB is 140 - color contains mainly: blue. Hex color #05058C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05058C is #FAFA73. Grayscale: #131313. Windows color (decimal): -16448116 or 9176325. OLE color: 9176325.

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

Color convert

RGB 5 5 140 -
CMYK 0.96 0.96 0 0.45
HSL 240º 0.93% 0.28% -
HSV(B) 240º 0.96% 0.55% -
XYZ 4.85 2.03 24.95 -
YUV 20.39 195.5 117.02 -
System Red Green Blue C M Y K H S L
Decimal 5 5 140 0.96 0.96 0 0.45 240 0.93 0.28
Hex 5 5 8C 60 60 0 2D F0 5D 1C
Octal 5 5 214 140 140 0 55 360 135 34
Binary 101 101 10001100 1100000 1100000 0 101101 11110000 1011101 11100

Color Harmonies of #05058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05058C

Black with #05058C

Text Example


Text Example

White with #05058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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