#092745

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

Shades of Tangaroa #092745

Tints of Tangaroa #092745

Color information

#092745 (or 0x092745) is unknown color: approx Tangaroa. HEX triplet: 09, 27 and 45. RGB value is (9,39,69). Sum of RGB (Red+Green+Blue) = 9+39+69=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #092745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092745 is #F6D8BA. Grayscale: #212121. Windows color (decimal): -16177339 or 4531977. OLE color: 4531977.

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

Color convert

RGB93969-
CMYK0.870.4300.73
HSL210º76.92%15.29%-
HSV(B)210º86.96%27.06%-
XYZ1.911.945.9-
YUV33.45148.06110.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 58.97%
R=7.69%
G=33.33%
B=58.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal939690.870.4300.7321076.9215.29
Hex92745572B049d24df
Octal114710512753011132211517
Binary100110011110001011010111101011010010011101001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092745; }

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

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

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

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

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

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

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

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