#092041

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

Shades of Tangaroa #092041

Tints of Tangaroa #092041

Color information

#092041 (or 0x092041) is unknown color: approx Tangaroa. HEX triplet: 09, 20 and 41. RGB value is (9,32,65). Sum of RGB (Red+Green+Blue) = 9+32+65=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #092041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092041 is #F6DFBE. Grayscale: #1C1C1C. Windows color (decimal): -16179135 or 4268041. OLE color: 4268041.

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

Color convert

RGB93265-
CMYK0.860.5100.75
HSL215.36º75.68%14.51%-
HSV(B)215.36º86.15%25.49%-
XYZ1.581.475.2-
YUV28.88148.38113.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=8.49%
G=30.19%
B=61.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal932650.860.5100.75215.3675.6814.51
Hex92041563304Bd74cf
Octal114010112663011332711417
Binary100110000010000011010110110011010010111101011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092041; }

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

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

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

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

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

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

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

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