#09253F

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

Shades of Tangaroa #09253F

Tints of Tangaroa #09253F

Color information

#09253F (or 0x09253F) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 3F. RGB value is (9,37,63). Sum of RGB (Red+Green+Blue) = 9+37+63=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #09253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253F is #F6DAC0. Grayscale: #1F1F1F. Windows color (decimal): -16177857 or 4138249. OLE color: 4138249.

HSL color Cylindrical-coordinate representation of color #09253F: hue angle of 208.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09253F is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93763-
CMYK0.860.4100.75
HSL208.89º75%14.12%-
HSV(B)208.89º85.71%24.71%-
XYZ1.671.744.95-
YUV31.59145.72111.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 63 (25% from 255) = 57.80%
R=8.26%
G=33.94%
B=57.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal937630.860.4100.75208.897514.12
Hex9253F562904Bd14be
Octal11457712651011332111316
Binary10011001011111111010110101001010010111101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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