#092440

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

Shades of Tangaroa #092440

Tints of Tangaroa #092440

Color information

#092440 (or 0x092440) is unknown color: approx Tangaroa. HEX triplet: 09, 24 and 40. RGB value is (9,36,64). Sum of RGB (Red+Green+Blue) = 9+36+64=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #092440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092440 is #F6DBBF. Grayscale: #1E1E1E. Windows color (decimal): -16178112 or 4203529. OLE color: 4203529.

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

Color convert

RGB93664-
CMYK0.860.4400.75
HSL210.55º75.34%14.31%-
HSV(B)210.55º85.94%25.1%-
XYZ1.671.695.09-
YUV31.12146.55112.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 64 (25.39% from 255) = 58.72%
R=8.26%
G=33.03%
B=58.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal936640.860.4400.75210.5575.3414.31
Hex92440562C04Bd34be
Octal114410012654011332311316
Binary100110010010000001010110101100010010111101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092440; }

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

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

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

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

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

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

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

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