#09047A

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

Shades of Navy #09047A

Tints of Navy #09047A

Color information

#09047A (or 0x09047A) is unknown color: approx Navy. HEX triplet: 09, 04 and 7A. RGB value is (9,4,122). Sum of RGB (Red+Green+Blue) = 9+4+122=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #09047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09047A is #F6FB85. Grayscale: #121212. Windows color (decimal): -16186246 or 7996425. OLE color: 7996425.

HSL color Cylindrical-coordinate representation of color #09047A: hue angle of 242.54º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09047A is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB94122-
CMYK0.930.9700.52
HSL242.54º93.65%24.71%-
HSV(B)242.54º96.72%47.84%-
XYZ3.671.5518.52-
YUV18.95186.16120.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 122 (48.05% from 255) = 90.37%
R=6.67%
G=2.96%
B=90.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal941220.930.9700.52242.5493.6524.71
Hex947A5D61034f35e19
Octal11417213514106436313631
Binary1001100111101010111011100001011010011110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,4,122); }

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

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

 a { background-color: rgb(9,4,122); }

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

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

 span { border-color: rgb(9,4,122); }

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