Html Css Color HEX #05017F Navy

📋 copy color: '#05017F'

red 5 ◦ green 1 ◦ blue 127

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

Shades of Navy #05017F

Tints of Navy #05017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 95.49%

R = 3.76%
G = 0.75%
B = 95.49%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05017F (or 0x05017F) is known color: Navy. HEX triplet: 05, 01 and 7F. RGB value is (5,1,127). Sum of RGB (Red+Green+Blue) = 5+1+127=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 127 (50% from 255 or 95.49% from 133); Max value from RGB is 127 - color contains mainly: blue. Hex color #05017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05017F is #FAFE80. Grayscale: #101010. Windows color (decimal): -16449153 or 8323333. OLE color: 8323333.

HSL color Cylindrical-coordinate representation of color #05017F: hue angle of 241.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05017F is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 1 127 -
CMYK 0.96 0.99 0 0.50
HSL 241.9º 0.98% 0.25% -
HSV(B) 241.9º 0.99% 0.5% -
XYZ 3.9 1.59 20.18 -
YUV 16.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 5 1 127 0.96 0.99 0 0.50 241.9 0.98 0.25
Hex 5 1 7F 60 63 0 32 F2 62 19
Octal 5 1 177 140 143 0 62 362 142 31
Binary 101 1 1111111 1100000 1100011 0 110010 11110010 1100010 11001

Color Harmonies of #05017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05017F

Black with #05017F

Text Example


Text Example

White with #05017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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