#092A3D

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

Shades of Tangaroa #092A3D

Tints of Tangaroa #092A3D

Color information

#092A3D (or 0x092A3D) is unknown color: approx Tangaroa. HEX triplet: 09, 2A and 3D. RGB value is (9,42,61). Sum of RGB (Red+Green+Blue) = 9+42+61=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #092A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A3D is #F6D5C2. Grayscale: #222222. Windows color (decimal): -16176579 or 4008457. OLE color: 4008457.

HSL color Cylindrical-coordinate representation of color #092A3D: hue angle of 201.92º 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 #092A3D is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB94261-
CMYK0.850.3100.76
HSL201.92º74.29%13.73%-
HSV(B)201.92º85.25%23.92%-
XYZ1.782.054.72-
YUV34.3143.07109.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=8.04%
G=37.5%
B=54.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal942610.850.3100.76201.9274.2913.73
Hex92A3D551F04Cca4ae
Octal11527512537011431211216
Binary1001101010111101101010111111010011001100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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