#091F3D

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

Shades of Tangaroa #091F3D

Tints of Tangaroa #091F3D

Color information

#091F3D (or 0x091F3D) is unknown color: approx Tangaroa. HEX triplet: 09, 1F and 3D. RGB value is (9,31,61). Sum of RGB (Red+Green+Blue) = 9+31+61=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #091F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F3D is #F6E0C2. Grayscale: #1B1B1B. Windows color (decimal): -16179395 or 4005641. OLE color: 4005641.

HSL color Cylindrical-coordinate representation of color #091F3D: hue angle of 214.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #091F3D is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB93161-
CMYK0.850.4900.76
HSL214.62º74.29%13.73%-
HSV(B)214.62º85.25%23.92%-
XYZ1.441.374.6-
YUV27.84146.71114.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 61 (24.22% from 255) = 60.40%
R=8.91%
G=30.69%
B=60.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal931610.850.4900.76214.6274.2913.73
Hex91F3D553104Cd74ae
Octal11377512561011432711216
Binary1001111111111011010101110001010011001101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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