#092547

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

Shades of Tangaroa #092547

Tints of Tangaroa #092547

Color information

#092547 (or 0x092547) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 47. RGB value is (9,37,71). Sum of RGB (Red+Green+Blue) = 9+37+71=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #092547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092547 is #F6DAB8. Grayscale: #202020. Windows color (decimal): -16177849 or 4662537. OLE color: 4662537.

HSL color Cylindrical-coordinate representation of color #092547: hue angle of 212.9º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092547 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB93771-
CMYK0.870.4800.72
HSL212.9º77.5%15.69%-
HSV(B)212.9º87.32%27.84%-
XYZ1.911.846.21-
YUV32.5149.72111.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 71 (28.12% from 255) = 60.68%
R=7.69%
G=31.62%
B=60.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal937710.870.4800.72212.977.515.69
Hex925475730048d54e10
Octal114510712760011032511620
Binary1001100101100011110101111100000100100011010101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092547; }

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

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

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

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

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

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

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

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