#09284A

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

Shades of Tangaroa #09284A

Tints of Tangaroa #09284A

Color information

#09284A (or 0x09284A) is unknown color: approx Tangaroa. HEX triplet: 09, 28 and 4A. RGB value is (9,40,74). Sum of RGB (Red+Green+Blue) = 9+40+74=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #09284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09284A is #F6D7B5. Grayscale: #222222. Windows color (decimal): -16177078 or 4859913. OLE color: 4859913.

HSL color Cylindrical-coordinate representation of color #09284A: hue angle of 211.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09284A is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB94074-
CMYK0.880.4600.71
HSL211.38º78.31%16.27%-
HSV(B)211.38º87.84%29.02%-
XYZ2.112.076.77-
YUV34.61150.23109.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 74 (29.30% from 255) = 60.16%
R=7.32%
G=32.52%
B=60.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal940740.880.4600.71211.3878.3116.27
Hex9284A582E047d34e10
Octal115011213056010732311620
Binary1001101000100101010110001011100100011111010011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,40,74); }

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

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

 a { background-color: rgb(9,40,74); }

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

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

 span { border-color: rgb(9,40,74); }

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