#091F41

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

Shades of Tangaroa #091F41

Tints of Tangaroa #091F41

Color information

#091F41 (or 0x091F41) is unknown color: approx Tangaroa. HEX triplet: 09, 1F and 41. RGB value is (9,31,65). Sum of RGB (Red+Green+Blue) = 9+31+65=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #091F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F41 is #F6E0BE. Grayscale: #1C1C1C. Windows color (decimal): -16179391 or 4267785. OLE color: 4267785.

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

Color convert

RGB93165-
CMYK0.860.5200.75
HSL216.43º75.68%14.51%-
HSV(B)216.43º86.15%25.49%-
XYZ1.561.425.19-
YUV28.3148.71114.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=8.57%
G=29.52%
B=61.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal931650.860.5200.75216.4375.6814.51
Hex91F41563404Bd84cf
Octal113710112664011333011417
Binary10011111110000011010110110100010010111101100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F41; }

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

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

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

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

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

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

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

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