#09213B

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

Shades of Tangaroa #09213B

Tints of Tangaroa #09213B

Color information

#09213B (or 0x09213B) is unknown color: approx Tangaroa. HEX triplet: 09, 21 and 3B. RGB value is (9,33,59). Sum of RGB (Red+Green+Blue) = 9+33+59=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #09213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09213B is #F6DEC4. Grayscale: #1C1C1C. Windows color (decimal): -16178885 or 3875081. OLE color: 3875081.

HSL color Cylindrical-coordinate representation of color #09213B: hue angle of 211.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09213B is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB93359-
CMYK0.850.4400.77
HSL211.2º73.53%13.33%-
HSV(B)211.2º84.75%23.14%-
XYZ1.451.464.34-
YUV28.79145.05113.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 59 (23.44% from 255) = 58.42%
R=8.91%
G=32.67%
B=58.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal933590.850.4400.77211.273.5313.33
Hex9213B552C04Dd34ad
Octal11417312554011532311215
Binary10011000011110111010101101100010011011101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09213B; }

 p { color: rgb(9,33,59); }

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

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

 a { background-color: rgb(9,33,59); }

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

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

 span { border-color: rgb(9,33,59); }

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