#092640

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

Shades of Tangaroa #092640

Tints of Tangaroa #092640

Color information

#092640 (or 0x092640) is unknown color: approx Tangaroa. HEX triplet: 09, 26 and 40. RGB value is (9,38,64). Sum of RGB (Red+Green+Blue) = 9+38+64=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #092640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092640 is #F6D9BF. Grayscale: #202020. Windows color (decimal): -16177600 or 4204041. OLE color: 4204041.

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

Color convert

RGB93864-
CMYK0.860.4100.75
HSL208.36º75.34%14.31%-
HSV(B)208.36º85.94%25.1%-
XYZ1.731.815.11-
YUV32.29145.89111.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=8.11%
G=34.23%
B=57.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal938640.860.4100.75208.3675.3414.31
Hex92640562904Bd04be
Octal114610012651011332011316
Binary100110011010000001010110101001010010111101000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092640; }

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

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

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

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

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

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

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

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