#09244A

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

Shades of Tangaroa #09244A

Tints of Tangaroa #09244A

Color information

#09244A (or 0x09244A) is unknown color: approx Tangaroa. HEX triplet: 09, 24 and 4A. RGB value is (9,36,74). Sum of RGB (Red+Green+Blue) = 9+36+74=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #09244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09244A is #F6DBB5. Grayscale: #202020. Windows color (decimal): -16178102 or 4858889. OLE color: 4858889.

HSL color Cylindrical-coordinate representation of color #09244A: hue angle of 215.08º 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 #09244A is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93674-
CMYK0.880.5100.71
HSL215.08º78.31%16.27%-
HSV(B)215.08º87.84%29.02%-
XYZ1.981.816.72-
YUV32.26151.55111.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 74 (29.30% from 255) = 62.18%
R=7.56%
G=30.25%
B=62.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal936740.880.5100.71215.0878.3116.27
Hex9244A5833047d74e10
Octal114411213063010732711620
Binary1001100100100101010110001100110100011111010111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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