#060275

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

Shades of Navy #060275

Tints of Navy #060275

Color information

#060275 (or 0x060275) is unknown color: approx Navy. HEX triplet: 06, 02 and 75. RGB value is (6,2,117). Sum of RGB (Red+Green+Blue) = 6+2+117=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #060275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060275 is #F9FD8A. Grayscale: #0F0F0F. Windows color (decimal): -16383371 or 7668230. OLE color: 7668230.

HSL color Cylindrical-coordinate representation of color #060275: hue angle of 242.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060275 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB62117-
CMYK0.950.9800.54
HSL242.09º96.64%23.33%-
HSV(B)242.09º98.29%45.88%-
XYZ3.311.3716.92-
YUV16.31184.83120.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 117 (46.09% from 255) = 93.6%
R=4.8%
G=1.6%
B=93.6%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621170.950.9800.54242.0996.6423.33
Hex62755F62036f26117
Octal6216513714206636214127
Binary11010111010110111111100010011011011110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060275; }

 p { color: rgb(6,2,117); }

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

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

 a { background-color: rgb(6,2,117); }

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

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

 span { border-color: rgb(6,2,117); }

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