#061384

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

Shades of Navy #061384

Tints of Navy #061384

Color information

#061384 (or 0x061384) is unknown color: approx Navy. HEX triplet: 06, 13 and 84. RGB value is (6,19,132). Sum of RGB (Red+Green+Blue) = 6+19+132=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #061384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061384 is #F9EC7B. Grayscale: #1B1B1B. Windows color (decimal): -16379004 or 8655622. OLE color: 8655622.

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

Color convert

RGB619132-
CMYK0.950.8600.48
HSL233.81º91.3%27.06%-
HSV(B)233.81º95.45%51.76%-
XYZ4.472.1722.01-
YUV27.99186.69112.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 132 (51.95% from 255) = 84.08%
R=3.82%
G=12.10%
B=84.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6191320.950.8600.48233.8191.327.06
Hex613845F56030ea5b1b
Octal62320413712606035213333
Binary110100111000010010111111010110011000011101010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061384; }

 p { color: rgb(6,19,132); }

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

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

 a { background-color: rgb(6,19,132); }

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

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

 span { border-color: rgb(6,19,132); }

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