#092C3A

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

Shades of Tangaroa #092C3A

Tints of Tangaroa #092C3A

Color information

#092C3A (or 0x092C3A) is unknown color: approx Tangaroa. HEX triplet: 09, 2C and 3A. RGB value is (9,44,58). Sum of RGB (Red+Green+Blue) = 9+44+58=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #092C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C3A is #F6D3C5. Grayscale: #232323. Windows color (decimal): -16176070 or 3812361. OLE color: 3812361.

HSL color Cylindrical-coordinate representation of color #092C3A: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092C3A is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB94458-
CMYK0.840.2400.77
HSL197.14º73.13%13.14%-
HSV(B)197.14º84.48%22.75%-
XYZ1.782.164.33-
YUV35.13140.9109.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=8.11%
G=39.64%
B=52.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal944580.840.2400.77197.1473.1313.14
Hex92C3A541804Dc549d
Octal11547212430011530511115
Binary1001101100111010101010011000010011011100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,44,58); }

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

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

 a { background-color: rgb(9,44,58); }

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

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

 span { border-color: rgb(9,44,58); }

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