#092040

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

Shades of Tangaroa #092040

Tints of Tangaroa #092040

Color information

#092040 (or 0x092040) is unknown color: approx Tangaroa. HEX triplet: 09, 20 and 40. RGB value is (9,32,64). Sum of RGB (Red+Green+Blue) = 9+32+64=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #092040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092040 is #F6DFBF. Grayscale: #1C1C1C. Windows color (decimal): -16179136 or 4202505. OLE color: 4202505.

HSL color Cylindrical-coordinate representation of color #092040: hue angle of 214.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092040 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93264-
CMYK0.860.5000.75
HSL214.91º75.34%14.31%-
HSV(B)214.91º85.94%25.1%-
XYZ1.551.465.05-
YUV28.77147.88113.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=8.57%
G=30.48%
B=60.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal932640.860.5000.75214.9175.3414.31
Hex92040563204Bd74be
Octal114010012662011332711316
Binary100110000010000001010110110010010010111101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092040; }

 p { color: rgb(9,32,64); }

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

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

 a { background-color: rgb(9,32,64); }

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

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

 span { border-color: rgb(9,32,64); }

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