#092340

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

Shades of Tangaroa #092340

Tints of Tangaroa #092340

Color information

#092340 (or 0x092340) is unknown color: approx Tangaroa. HEX triplet: 09, 23 and 40. RGB value is (9,35,64). Sum of RGB (Red+Green+Blue) = 9+35+64=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #092340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092340 is #F6DCBF. Grayscale: #1E1E1E. Windows color (decimal): -16178368 or 4203273. OLE color: 4203273.

HSL color Cylindrical-coordinate representation of color #092340: hue angle of 211.64º 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 #092340 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93564-
CMYK0.860.4500.75
HSL211.64º75.34%14.31%-
HSV(B)211.64º85.94%25.1%-
XYZ1.641.635.08-
YUV30.53146.89112.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=8.33%
G=32.41%
B=59.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal935640.860.4500.75211.6475.3414.31
Hex92340562D04Bd44be
Octal114310012655011332411316
Binary100110001110000001010110101101010010111101010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092340; }

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

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

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

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

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

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

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

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