#092B45

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

Shades of Tangaroa #092B45

Tints of Tangaroa #092B45

Color information

#092B45 (or 0x092B45) is unknown color: approx Tangaroa. HEX triplet: 09, 2B and 45. RGB value is (9,43,69). Sum of RGB (Red+Green+Blue) = 9+43+69=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #092B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B45 is #F6D4BA. Grayscale: #232323. Windows color (decimal): -16176315 or 4533001. OLE color: 4533001.

HSL color Cylindrical-coordinate representation of color #092B45: hue angle of 206º 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 #092B45 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB94369-
CMYK0.870.3800.73
HSL206º76.92%15.29%-
HSV(B)206º86.96%27.06%-
XYZ2.052.225.95-
YUV35.8146.74108.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=7.44%
G=35.54%
B=57.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal943690.870.3800.7320676.9215.29
Hex92B455726049ce4df
Octal115310512746011131611517
Binary100110101110001011010111100110010010011100111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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