#092240

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

Shades of Tangaroa #092240

Tints of Tangaroa #092240

Color information

#092240 (or 0x092240) is unknown color: approx Tangaroa. HEX triplet: 09, 22 and 40. RGB value is (9,34,64). Sum of RGB (Red+Green+Blue) = 9+34+64=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #092240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092240 is #F6DDBF. Grayscale: #1D1D1D. Windows color (decimal): -16178624 or 4203017. OLE color: 4203017.

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

Color convert

RGB93464-
CMYK0.860.4700.75
HSL212.73º75.34%14.31%-
HSV(B)212.73º85.94%25.1%-
XYZ1.611.575.07-
YUV29.94147.22113.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=8.41%
G=31.78%
B=59.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal934640.860.4700.75212.7375.3414.31
Hex92240562F04Bd54be
Octal114210012657011332511316
Binary100110001010000001010110101111010010111101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092240; }

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

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

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

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

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

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

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

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