#09203A

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

Shades of Tangaroa #09203A

Tints of Tangaroa #09203A

Color information

#09203A (or 0x09203A) is unknown color: approx Tangaroa. HEX triplet: 09, 20 and 3A. RGB value is (9,32,58). Sum of RGB (Red+Green+Blue) = 9+32+58=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #09203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09203A is #F6DFC5. Grayscale: #1B1B1B. Windows color (decimal): -16179142 or 3809289. OLE color: 3809289.

HSL color Cylindrical-coordinate representation of color #09203A: hue angle of 211.84º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09203A is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB93258-
CMYK0.840.4500.77
HSL211.84º73.13%13.14%-
HSV(B)211.84º84.48%22.75%-
XYZ1.391.44.2-
YUV28.09144.88114.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=9.09%
G=32.32%
B=58.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal932580.840.4500.77211.8473.1313.14
Hex9203A542D04Dd449d
Octal11407212455011532411115
Binary10011000001110101010100101101010011011101010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,32,58); }

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

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

 a { background-color: rgb(9,32,58); }

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

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

 span { border-color: rgb(9,32,58); }

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