#09253A

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

Shades of Tangaroa #09253A

Tints of Tangaroa #09253A

Color information

#09253A (or 0x09253A) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 3A. RGB value is (9,37,58). Sum of RGB (Red+Green+Blue) = 9+37+58=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #09253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253A is #F6DAC5. Grayscale: #1E1E1E. Windows color (decimal): -16177862 or 3810569. OLE color: 3810569.

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

Color convert

RGB93758-
CMYK0.840.3600.77
HSL205.71º73.13%13.14%-
HSV(B)205.71º84.48%22.75%-
XYZ1.541.694.25-
YUV31.02143.22112.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 58 (23.05% from 255) = 55.77%
R=8.65%
G=35.58%
B=55.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal937580.840.3600.77205.7173.1313.14
Hex9253A542404Dce49d
Octal11457212444011531611115
Binary10011001011110101010100100100010011011100111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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