#092840

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

Shades of Tangaroa #092840

Tints of Tangaroa #092840

Color information

#092840 (or 0x092840) is unknown color: approx Tangaroa. HEX triplet: 09, 28 and 40. RGB value is (9,40,64). Sum of RGB (Red+Green+Blue) = 9+40+64=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #092840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092840 is #F6D7BF. Grayscale: #212121. Windows color (decimal): -16177088 or 4204553. OLE color: 4204553.

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

Color convert

RGB94064-
CMYK0.860.3800.75
HSL206.18º75.34%14.31%-
HSV(B)206.18º85.94%25.1%-
XYZ1.81.955.13-
YUV33.47145.23110.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=7.96%
G=35.40%
B=56.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal940640.860.3800.75206.1875.3414.31
Hex92840562604Bce4be
Octal115010012646011331611316
Binary100110100010000001010110100110010010111100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092840; }

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

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

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

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

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

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

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

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