#092346

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

Shades of Tangaroa #092346

Tints of Tangaroa #092346

Color information

#092346 (or 0x092346) is unknown color: approx Tangaroa. HEX triplet: 09, 23 and 46. RGB value is (9,35,70). Sum of RGB (Red+Green+Blue) = 9+35+70=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #092346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092346 is #F6DCB9. Grayscale: #1F1F1F. Windows color (decimal): -16178362 or 4596489. OLE color: 4596489.

HSL color Cylindrical-coordinate representation of color #092346: hue angle of 214.43º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092346 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB93570-
CMYK0.870.500.73
HSL214.43º77.22%15.49%-
HSV(B)214.43º87.14%27.45%-
XYZ1.821.76.03-
YUV31.22149.89112.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=7.89%
G=30.70%
B=61.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal935700.870.500.73214.4377.2215.49
Hex923465732049d64df
Octal114310612762011132611517
Binary100110001110001101010111110010010010011101011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092346; }

 p { color: rgb(9,35,70); }

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

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

 a { background-color: rgb(9,35,70); }

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

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

 span { border-color: rgb(9,35,70); }

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