#092D3D

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

Shades of Tangaroa #092D3D

Tints of Tangaroa #092D3D

Color information

#092D3D (or 0x092D3D) is unknown color: approx Tangaroa. HEX triplet: 09, 2D and 3D. RGB value is (9,45,61). Sum of RGB (Red+Green+Blue) = 9+45+61=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #092D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D3D is #F6D2C2. Grayscale: #232323. Windows color (decimal): -16175811 or 4009225. OLE color: 4009225.

HSL color Cylindrical-coordinate representation of color #092D3D: hue angle of 198.46º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #092D3D is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB94561-
CMYK0.850.2600.76
HSL198.46º74.29%13.73%-
HSV(B)198.46º85.25%23.92%-
XYZ1.892.274.75-
YUV36.06142.07108.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=7.83%
G=39.13%
B=53.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal945610.850.2600.76198.4674.2913.73
Hex92D3D551A04Cc64ae
Octal11557512532011430611216
Binary1001101101111101101010111010010011001100011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,61); }

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

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

 a { background-color: rgb(9,45,61); }

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

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

 span { border-color: rgb(9,45,61); }

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