#001F39

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

Shades of Tangaroa #001F39

Tints of Tangaroa #001F39

Color information

#001F39 (or 0x001F39) is unknown color: approx Tangaroa. HEX triplet: 00, 1F and 39. RGB value is (0,31,57). Sum of RGB (Red+Green+Blue) = 0+31+57=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #001F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F39 is #FFE0C6. Grayscale: #181818. Windows color (decimal): -16769223 or 3743488. OLE color: 3743488.

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

Color convert

RGB03157-
CMYK10.4600.78
HSL207.37º100%11.18%-
HSV(B)207.37º100%22.35%-
XYZ1.231.284.05-
YUV24.7146.23110.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 57 (22.66% from 255) = 64.77%
R=0%
G=35.23%
B=64.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0315710.4600.78207.3710011.18
Hex01F39642E04Ecf64b
Octal0377114456011631714413
Binary0111111110011100100101110010011101100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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