#091F39

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

Shades of Tangaroa #091F39

Tints of Tangaroa #091F39

Color information

#091F39 (or 0x091F39) is unknown color: approx Tangaroa. HEX triplet: 09, 1F and 39. RGB value is (9,31,57). Sum of RGB (Red+Green+Blue) = 9+31+57=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #091F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F39 is #F6E0C6. Grayscale: #1B1B1B. Windows color (decimal): -16179399 or 3743497. OLE color: 3743497.

HSL color Cylindrical-coordinate representation of color #091F39: hue angle of 212.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #091F39 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB93157-
CMYK0.840.4600.78
HSL212.5º72.73%12.94%-
HSV(B)212.5º84.21%22.35%-
XYZ1.341.334.06-
YUV27.39144.71114.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=9.28%
G=31.96%
B=58.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal931570.840.4600.78212.572.7312.94
Hex91F39542E04Ed449d
Octal11377112456011632411115
Binary1001111111110011010100101110010011101101010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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