#092540

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

Shades of Tangaroa #092540

Tints of Tangaroa #092540

Color information

#092540 (or 0x092540) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 40. RGB value is (9,37,64). Sum of RGB (Red+Green+Blue) = 9+37+64=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #092540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092540 is #F6DABF. Grayscale: #1F1F1F. Windows color (decimal): -16177856 or 4203785. OLE color: 4203785.

HSL color Cylindrical-coordinate representation of color #092540: hue angle of 209.45º 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 #092540 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93764-
CMYK0.860.4200.75
HSL209.45º75.34%14.31%-
HSV(B)209.45º85.94%25.1%-
XYZ1.71.755.1-
YUV31.71146.22111.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 64 (25.39% from 255) = 58.18%
R=8.18%
G=33.64%
B=58.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal937640.860.4200.75209.4575.3414.31
Hex92540562A04Bd14be
Octal114510012652011332111316
Binary100110010110000001010110101010010010111101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092540; }

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

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

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

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

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

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

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

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