#092137

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

Shades of Tangaroa #092137

Tints of Tangaroa #092137

Color information

#092137 (or 0x092137) is unknown color: approx Tangaroa. HEX triplet: 09, 21 and 37. RGB value is (9,33,55). Sum of RGB (Red+Green+Blue) = 9+33+55=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #092137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092137 is #F6DEC8. Grayscale: #1C1C1C. Windows color (decimal): -16178889 or 3612937. OLE color: 3612937.

HSL color Cylindrical-coordinate representation of color #092137: hue angle of 208.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092137 is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB93355-
CMYK0.840.400.78
HSL208.7º71.88%12.55%-
HSV(B)208.7º83.64%21.57%-
XYZ1.351.423.82-
YUV28.33143.05114.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 55 (21.88% from 255) = 56.70%
R=9.28%
G=34.02%
B=56.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal933550.840.400.78208.771.8812.55
Hex92137542804Ed148d
Octal11416712450011632111015
Binary10011000011101111010100101000010011101101000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092137; }

 p { color: rgb(9,33,55); }

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

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

 a { background-color: rgb(9,33,55); }

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

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

 span { border-color: rgb(9,33,55); }

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