#092641

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

Shades of Tangaroa #092641

Tints of Tangaroa #092641

Color information

#092641 (or 0x092641) is unknown color: approx Tangaroa. HEX triplet: 09, 26 and 41. RGB value is (9,38,65). Sum of RGB (Red+Green+Blue) = 9+38+65=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #092641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092641 is #F6D9BE. Grayscale: #202020. Windows color (decimal): -16177599 or 4269577. OLE color: 4269577.

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

Color convert

RGB93865-
CMYK0.860.4200.75
HSL208.93º75.68%14.51%-
HSV(B)208.93º86.15%25.49%-
XYZ1.761.835.26-
YUV32.41146.39111.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=8.04%
G=33.93%
B=58.04%

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
Decimal938650.860.4200.75208.9375.6814.51
Hex92641562A04Bd14cf
Octal114610112652011332111417
Binary100110011010000011010110101010010010111101000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092641; }

 p { color: rgb(9,38,65); }

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

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

 a { background-color: rgb(9,38,65); }

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

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

 span { border-color: rgb(9,38,65); }

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