Html Css Color HEX #05018F Dark Blue

📋 copy color: '#05018F'

red 5 ◦ green 1 ◦ blue 143

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

Shades of Dark Blue #05018F

Tints of Dark Blue #05018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 3.36%
G = 0.67%
B = 95.97%

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

#05018F (or 0x05018F) is known color: Dark Blue. HEX triplet: 05, 01 and 8F. RGB value is (5,1,143). Sum of RGB (Red+Green+Blue) = 5+1+143=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 143 (56.25% from 255 or 95.97% from 149); Max value from RGB is 143 - color contains mainly: blue. Hex color #05018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05018F is #FAFE70. Grayscale: #111111. Windows color (decimal): -16449137 or 9371909. OLE color: 9371909.

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

Color convert

RGB 5 1 143 -
CMYK 0.97 0.99 0 0.44
HSL 241.69º 0.99% 0.28% -
HSV(B) 241.69º 0.99% 0.56% -
XYZ 5.03 2.04 26.11 -
YUV 18.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 5 1 143 0.97 0.99 0 0.44 241.69 0.99 0.28
Hex 5 1 8F 61 63 0 2C F2 63 1C
Octal 5 1 217 141 143 0 54 362 143 34
Binary 101 1 10001111 1100001 1100011 0 101100 11110010 1100011 11100

Color Harmonies of #05018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05018F

Black with #05018F

Text Example


Text Example

White with #05018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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