#000569

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

Shades of Navy #000569

Tints of Navy #000569

Color information

#000569 (or 0x000569) is unknown color: approx Navy. HEX triplet: 00, 05 and 69. RGB value is (0,5,105). Sum of RGB (Red+Green+Blue) = 0+5+105=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #000569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000569 is #FFFA96. Grayscale: #0E0E0E. Windows color (decimal): -16775831 or 6882560. OLE color: 6882560.

HSL color Cylindrical-coordinate representation of color #000569: hue angle of 237.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000569 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB05105-
CMYK10.9500.59
HSL237.14º100%20.59%-
HSV(B)237.14º100%41.18%-
XYZ2.61.1313.45-
YUV14.9178.84117.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 105 (41.41% from 255) = 95.45%
R=0%
G=4.55%
B=95.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal0510510.9500.59237.1410020.59
Hex0569645F03Bed6415
Octal0515114413707335514425
Binary0101110100111001001011111011101111101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000569; }

 p { color: rgb(0,5,105); }

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

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

 a { background-color: rgb(0,5,105); }

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

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

 span { border-color: rgb(0,5,105); }

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