#06027A

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

Shades of Navy #06027A

Tints of Navy #06027A

Color information

#06027A (or 0x06027A) is unknown color: approx Navy. HEX triplet: 06, 02 and 7A. RGB value is (6,2,122). Sum of RGB (Red+Green+Blue) = 6+2+122=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 122 (48.05% from 255 or 93.85% from 130); Max value from RGB is 122 - color contains mainly: blue. Hex color #06027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06027A is #F9FD85. Grayscale: #101010. Windows color (decimal): -16383366 or 7995910. OLE color: 7995910.

HSL color Cylindrical-coordinate representation of color #06027A: hue angle of 242º 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 #06027A is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB62122-
CMYK0.950.9800.52
HSL242º96.77%24.31%-
HSV(B)242º98.36%47.84%-
XYZ3.611.4918.51-
YUV16.88187.33120.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 122 (48.05% from 255) = 93.85%
R=4.62%
G=1.54%
B=93.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621220.950.9800.5224296.7724.31
Hex627A5F62034f26118
Octal6217213714206436214130
Binary11010111101010111111100010011010011110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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