#05087F

Color #05087F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #05087F

Tints of Navy #05087F

Color information

#05087F (or 0x05087F) is unknown color: approx Navy. HEX triplet: 05, 08 and 7F. RGB value is (5,8,127). Sum of RGB (Red+Green+Blue) = 5+8+127=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #05087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05087F is #FAF780. Grayscale: #141414. Windows color (decimal): -16447361 or 8325125. OLE color: 8325125.

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

Color convert

RGB58127-
CMYK0.960.9400.50
HSL238.52º92.42%25.88%-
HSV(B)238.52º96.06%49.8%-
XYZ3.981.7420.2-
YUV20.67188.01116.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 127 (50% from 255) = 90.71%
R=3.57%
G=5.71%
B=90.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581270.960.9400.50238.5292.4225.88
Hex587F605E032ef5c1a
Octal51017714013606235713432
Binary1011000111111111000001011110011001011101111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05087F;
 }
 .AnyTagClassName
 {
   color: #05087F;
 }
</style>
background-color css

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

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

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

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

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

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