Html Css Color HEX #05028E Dark Blue

📋 copy color: '#05028E'

red 5 ◦ green 2 ◦ blue 142

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

Shades of Dark Blue #05028E

Tints of Dark Blue #05028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

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

R = 3.36%
G = 1.34%
B = 95.3%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05028E (or 0x05028E) is known color: Dark Blue. HEX triplet: 05, 02 and 8E. RGB value is (5,2,142). Sum of RGB (Red+Green+Blue) = 5+2+142=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 142 (55.86% from 255 or 95.30% from 149); Max value from RGB is 142 - color contains mainly: blue. Hex color #05028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05028E is #FAFD71. Grayscale: #121212. Windows color (decimal): -16448882 or 9306629. OLE color: 9306629.

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

Color convert

RGB 5 2 142 -
CMYK 0.96 0.99 0 0.44
HSL 241.29º 0.97% 0.28% -
HSV(B) 241.29º 0.99% 0.56% -
XYZ 4.97 2.03 25.72 -
YUV 18.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 5 2 142 0.96 0.99 0 0.44 241.29 0.97 0.28
Hex 5 2 8E 60 63 0 2C F1 61 1C
Octal 5 2 216 140 143 0 54 361 141 34
Binary 101 10 10001110 1100000 1100011 0 101100 11110001 1100001 11100

Color Harmonies of #05028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05028E

Black with #05028E

Text Example


Text Example

White with #05028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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