#09253B

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

Shades of Tangaroa #09253B

Tints of Tangaroa #09253B

Color information

#09253B (or 0x09253B) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 3B. RGB value is (9,37,59). Sum of RGB (Red+Green+Blue) = 9+37+59=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #09253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253B is #F6DAC4. Grayscale: #1F1F1F. Windows color (decimal): -16177861 or 3876105. OLE color: 3876105.

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

Color convert

RGB93759-
CMYK0.850.3700.77
HSL206.4º73.53%13.33%-
HSV(B)206.4º84.75%23.14%-
XYZ1.561.74.38-
YUV31.14143.72112.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 59 (23.44% from 255) = 56.19%
R=8.57%
G=35.24%
B=56.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal937590.850.3700.77206.473.5313.33
Hex9253B552504Dce4ad
Octal11457312545011531611215
Binary10011001011110111010101100101010011011100111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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