#060276

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

Shades of Navy #060276

Tints of Navy #060276

Color information

#060276 (or 0x060276) is unknown color: approx Navy. HEX triplet: 06, 02 and 76. RGB value is (6,2,118). Sum of RGB (Red+Green+Blue) = 6+2+118=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 118 (46.48% from 255 or 93.65% from 126); Max value from RGB is 118 - color contains mainly: blue. Hex color #060276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060276 is #F9FD89. Grayscale: #0F0F0F. Windows color (decimal): -16383370 or 7733766. OLE color: 7733766.

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

Color convert

RGB62118-
CMYK0.950.9800.54
HSL242.07º96.67%23.53%-
HSV(B)242.07º98.31%46.27%-
XYZ3.371.3917.23-
YUV16.42185.33120.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 118 (46.48% from 255) = 93.65%
R=4.76%
G=1.59%
B=93.65%

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
Decimal621180.950.9800.54242.0796.6723.53
Hex62765F62036f26118
Octal6216613714206636214130
Binary11010111011010111111100010011011011110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060276; }

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

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

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

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

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

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

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

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