#061483

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

Shades of Navy #061483

Tints of Navy #061483

Color information

#061483 (or 0x061483) is unknown color: approx Navy. HEX triplet: 06, 14 and 83. RGB value is (6,20,131). Sum of RGB (Red+Green+Blue) = 6+20+131=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 131 (51.56% from 255 or 83.44% from 157); Max value from RGB is 131 - color contains mainly: blue. Hex color #061483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061483 is #F9EB7C. Grayscale: #1C1C1C. Windows color (decimal): -16378749 or 8590342. OLE color: 8590342.

HSL color Cylindrical-coordinate representation of color #061483: hue angle of 233.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061483 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB620131-
CMYK0.950.8500.49
HSL233.28º91.24%26.86%-
HSV(B)233.28º95.42%51.37%-
XYZ4.422.1821.66-
YUV28.47185.86111.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 131 (51.56% from 255) = 83.44%
R=3.82%
G=12.74%
B=83.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6201310.950.8500.49233.2891.2426.86
Hex614835F55031e95b1b
Octal62420313712506135113333
Binary110101001000001110111111010101011000111101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061483; }

 p { color: rgb(6,20,131); }

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

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

 a { background-color: rgb(6,20,131); }

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

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

 span { border-color: rgb(6,20,131); }

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