#05087A

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

Shades of Navy #05087A

Tints of Navy #05087A

Color information

#05087A (or 0x05087A) is unknown color: approx Navy. HEX triplet: 05, 08 and 7A. RGB value is (5,8,122). Sum of RGB (Red+Green+Blue) = 5+8+122=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #05087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05087A is #FAF785. Grayscale: #131313. Windows color (decimal): -16447366 or 7997445. OLE color: 7997445.

HSL color Cylindrical-coordinate representation of color #05087A: hue angle of 238.46º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05087A is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB58122-
CMYK0.960.9300.52
HSL238.46º92.13%24.9%-
HSV(B)238.46º95.9%47.84%-
XYZ3.661.6118.53-
YUV20.1185.51117.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 122 (48.05% from 255) = 90.37%
R=3.70%
G=5.93%
B=90.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581220.960.9300.52238.4692.1324.9
Hex587A605D034ee5c19
Octal51017214013506435613431
Binary1011000111101011000001011101011010011101110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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