#092A39

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

Shades of Tangaroa #092A39

Tints of Tangaroa #092A39

Color information

#092A39 (or 0x092A39) is unknown color: approx Tangaroa. HEX triplet: 09, 2A and 39. RGB value is (9,42,57). Sum of RGB (Red+Green+Blue) = 9+42+57=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #092A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A39 is #F6D5C6. Grayscale: #212121. Windows color (decimal): -16176583 or 3746313. OLE color: 3746313.

HSL color Cylindrical-coordinate representation of color #092A39: hue angle of 198.75º degrees, saturation: 0.73, 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 #092A39 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB94257-
CMYK0.840.2600.78
HSL198.75º72.73%12.94%-
HSV(B)198.75º84.21%22.35%-
XYZ1.682.014.17-
YUV33.84141.07110.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=8.33%
G=38.89%
B=52.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal942570.840.2600.78198.7572.7312.94
Hex92A39541A04Ec749d
Octal11527112432011630711115
Binary1001101010111001101010011010010011101100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092A39; }

 p { color: rgb(9,42,57); }

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

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

 a { background-color: rgb(9,42,57); }

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

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

 span { border-color: rgb(9,42,57); }

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