Html Css Color HEX #05028F Dark Blue

📋 copy color: '#05028F'

red 5 ◦ green 2 ◦ blue 143

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

Shades of Dark Blue #05028F

Tints of Dark Blue #05028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 95.33%

R = 3.33%
G = 1.33%
B = 95.33%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05028F (or 0x05028F) is known color: Dark Blue. HEX triplet: 05, 02 and 8F. RGB value is (5,2,143). Sum of RGB (Red+Green+Blue) = 5+2+143=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 143 (56.25% from 255 or 95.33% from 150); Max value from RGB is 143 - color contains mainly: blue. Hex color #05028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05028F is #FAFD70. Grayscale: #121212. Windows color (decimal): -16448881 or 9372165. OLE color: 9372165.

HSL color Cylindrical-coordinate representation of color #05028F: hue angle of 241.28º 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 #05028F is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 2 143 -
CMYK 0.97 0.99 0 0.44
HSL 241.28º 0.97% 0.28% -
HSV(B) 241.28º 0.99% 0.56% -
XYZ 5.04 2.06 26.12 -
YUV 18.97 197.99 118.04 -
System Red Green Blue C M Y K H S L
Decimal 5 2 143 0.97 0.99 0 0.44 241.28 0.97 0.28
Hex 5 2 8F 61 63 0 2C F1 61 1C
Octal 5 2 217 141 143 0 54 361 141 34
Binary 101 10 10001111 1100001 1100011 0 101100 11110001 1100001 11100

Color Harmonies of #05028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05028F

Black with #05028F

Text Example


Text Example

White with #05028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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