#092A47

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

Shades of Tangaroa #092A47

Tints of Tangaroa #092A47

Color information

#092A47 (or 0x092A47) is unknown color: approx Tangaroa. HEX triplet: 09, 2A and 47. RGB value is (9,42,71). Sum of RGB (Red+Green+Blue) = 9+42+71=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #092A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A47 is #F6D5B8. Grayscale: #232323. Windows color (decimal): -16176569 or 4663817. OLE color: 4663817.

HSL color Cylindrical-coordinate representation of color #092A47: hue angle of 208.06º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092A47 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB94271-
CMYK0.870.4100.72
HSL208.06º77.5%15.69%-
HSV(B)208.06º87.32%27.84%-
XYZ2.082.176.27-
YUV35.44148.07109.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=7.38%
G=34.43%
B=58.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal942710.870.4100.72208.0677.515.69
Hex92A475729048d04e10
Octal115210712751011032011620
Binary1001101010100011110101111010010100100011010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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