Html Css Color HEX #05028B Dark Blue

📋 copy color: '#05028B'

red 5 ◦ green 2 ◦ blue 139

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

Shades of Dark Blue #05028B

Tints of Dark Blue #05028B

RGB

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

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

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

R = 3.42%
G = 1.37%
B = 95.21%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05028B (or 0x05028B) is known color: Dark Blue. HEX triplet: 05, 02 and 8B. RGB value is (5,2,139). Sum of RGB (Red+Green+Blue) = 5+2+139=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 139 (54.69% from 255 or 95.21% from 146); Max value from RGB is 139 - color contains mainly: blue. Hex color #05028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05028B is #FAFD74. Grayscale: #111111. Windows color (decimal): -16448885 or 9110021. OLE color: 9110021.

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

Color convert

RGB 5 2 139 -
CMYK 0.96 0.99 0 0.45
HSL 241.31º 0.97% 0.28% -
HSV(B) 241.31º 0.99% 0.55% -
XYZ 4.74 1.94 24.55 -
YUV 18.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 5 2 139 0.96 0.99 0 0.45 241.31 0.97 0.28
Hex 5 2 8B 60 63 0 2D F1 61 1C
Octal 5 2 213 140 143 0 55 361 141 34
Binary 101 10 10001011 1100000 1100011 0 101101 11110001 1100001 11100

Color Harmonies of #05028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05028B

Black with #05028B

Text Example


Text Example

White with #05028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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