#092940

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

Shades of Tangaroa #092940

Tints of Tangaroa #092940

Color information

#092940 (or 0x092940) is unknown color: approx Tangaroa. HEX triplet: 09, 29 and 40. RGB value is (9,41,64). Sum of RGB (Red+Green+Blue) = 9+41+64=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #092940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092940 is #F6D6BF. Grayscale: #212121. Windows color (decimal): -16176832 or 4204809. OLE color: 4204809.

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

Color convert

RGB94164-
CMYK0.860.3600.75
HSL205.09º75.34%14.31%-
HSV(B)205.09º85.94%25.1%-
XYZ1.832.015.14-
YUV34.05144.9110.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=7.89%
G=35.96%
B=56.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal941640.860.3600.75205.0975.3414.31
Hex92940562404Bcd4be
Octal115110012644011331511316
Binary100110100110000001010110100100010010111100110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092940; }

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

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

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

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

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

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

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

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