#090684

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

Shades of Navy #090684

Tints of Navy #090684

Color information

#090684 (or 0x090684) is unknown color: approx Navy. HEX triplet: 09, 06 and 84. RGB value is (9,6,132). Sum of RGB (Red+Green+Blue) = 9+6+132=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 132 (51.95% from 255 or 89.80% from 147); Max value from RGB is 132 - color contains mainly: blue. Hex color #090684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090684 is #F6F97B. Grayscale: #141414. Windows color (decimal): -16185724 or 8652297. OLE color: 8652297.

HSL color Cylindrical-coordinate representation of color #090684: hue angle of 241.43º 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 #090684 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96132-
CMYK0.930.9500.48
HSL241.43º91.3%27.06%-
HSV(B)241.43º95.45%51.76%-
XYZ4.341.8521.96-
YUV21.26190.49119.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 132 (51.95% from 255) = 89.80%
R=6.12%
G=4.08%
B=89.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961320.930.9500.48241.4391.327.06
Hex96845D5F030f15b1b
Octal11620413513706036113333
Binary10011101000010010111011011111011000011110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090684; }

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

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

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

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

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

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

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

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