#09263A

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

Shades of Tangaroa #09263A

Tints of Tangaroa #09263A

Color information

#09263A (or 0x09263A) is unknown color: approx Tangaroa. HEX triplet: 09, 26 and 3A. RGB value is (9,38,58). Sum of RGB (Red+Green+Blue) = 9+38+58=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #09263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263A is #F6D9C5. Grayscale: #1F1F1F. Windows color (decimal): -16177606 or 3810825. OLE color: 3810825.

HSL color Cylindrical-coordinate representation of color #09263A: hue angle of 204.49º 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 #09263A is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB93858-
CMYK0.840.3400.77
HSL204.49º73.13%13.14%-
HSV(B)204.49º84.48%22.75%-
XYZ1.571.754.26-
YUV31.61142.89111.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=8.57%
G=36.19%
B=55.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal938580.840.3400.77204.4973.1313.14
Hex9263A542204Dcc49d
Octal11467212442011531411115
Binary10011001101110101010100100010010011011100110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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