#05027A

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

Shades of Navy #05027A

Tints of Navy #05027A

Color information

#05027A (or 0x05027A) is unknown color: approx Navy. HEX triplet: 05, 02 and 7A. RGB value is (5,2,122). Sum of RGB (Red+Green+Blue) = 5+2+122=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 122 (48.05% from 255 or 94.57% from 129); Max value from RGB is 122 - color contains mainly: blue. Hex color #05027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05027A is #FAFD85. Grayscale: #101010. Windows color (decimal): -16448902 or 7995909. OLE color: 7995909.

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

Color convert

RGB52122-
CMYK0.960.9800.52
HSL241.5º96.77%24.31%-
HSV(B)241.5º98.36%47.84%-
XYZ3.61.4818.51-
YUV16.58187.49119.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 122 (48.05% from 255) = 94.57%
R=3.88%
G=1.55%
B=94.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521220.960.9800.52241.596.7724.31
Hex527A6062034f26118
Octal5217214014206436214130
Binary10110111101011000001100010011010011110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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