#09254A

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

Shades of Tangaroa #09254A

Tints of Tangaroa #09254A

Color information

#09254A (or 0x09254A) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 4A. RGB value is (9,37,74). Sum of RGB (Red+Green+Blue) = 9+37+74=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #09254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09254A is #F6DAB5. Grayscale: #202020. Windows color (decimal): -16177846 or 4859145. OLE color: 4859145.

HSL color Cylindrical-coordinate representation of color #09254A: hue angle of 214.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09254A is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93774-
CMYK0.880.5000.71
HSL214.15º78.31%16.27%-
HSV(B)214.15º87.84%29.02%-
XYZ2.011.886.73-
YUV32.85151.22110.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 74 (29.30% from 255) = 61.67%
R=7.5%
G=30.83%
B=61.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal937740.880.5000.71214.1578.3116.27
Hex9254A5832047d64e10
Octal114511213062010732611620
Binary1001100101100101010110001100100100011111010110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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