#092A45

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

Shades of Tangaroa #092A45

Tints of Tangaroa #092A45

Color information

#092A45 (or 0x092A45) is unknown color: approx Tangaroa. HEX triplet: 09, 2A and 45. RGB value is (9,42,69). Sum of RGB (Red+Green+Blue) = 9+42+69=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #092A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A45 is #F6D5BA. Grayscale: #232323. Windows color (decimal): -16176571 or 4532745. OLE color: 4532745.

HSL color Cylindrical-coordinate representation of color #092A45: hue angle of 207º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092A45 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB94269-
CMYK0.870.3900.73
HSL207º76.92%15.29%-
HSV(B)207º86.96%27.06%-
XYZ2.012.145.94-
YUV35.21147.07109.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 69 (27.34% from 255) = 57.5%
R=7.5%
G=35%
B=57.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal942690.870.3900.7320776.9215.29
Hex92A455727049cf4df
Octal115210512747011131711517
Binary100110101010001011010111100111010010011100111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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