#011F3D

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

Shades of Tangaroa #011F3D

Tints of Tangaroa #011F3D

Color information

#011F3D (or 0x011F3D) is unknown color: approx Tangaroa. HEX triplet: 01, 1F and 3D. RGB value is (1,31,61). Sum of RGB (Red+Green+Blue) = 1+31+61=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #011F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F3D is #FEE0C2. Grayscale: #191919. Windows color (decimal): -16703683 or 4005633. OLE color: 4005633.

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

Color convert

RGB13161-
CMYK0.980.4900.76
HSL210º96.77%12.16%-
HSV(B)210º98.36%23.92%-
XYZ1.341.324.6-
YUV25.45148.06110.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 65.59%
R=1.08%
G=33.33%
B=65.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal131610.980.4900.7621096.7712.16
Hex11F3D623104Cd261c
Octal1377514261011432214114
Binary1111111111011100010110001010011001101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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