#001F40

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

Shades of Tangaroa #001F40

Tints of Tangaroa #001F40

Color information

#001F40 (or 0x001F40) is unknown color: approx Tangaroa. HEX triplet: 00, 1F and 40. RGB value is (0,31,64). Sum of RGB (Red+Green+Blue) = 0+31+64=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #001F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F40 is #FFE0BF. Grayscale: #191919. Windows color (decimal): -16769216 or 4202240. OLE color: 4202240.

HSL color Cylindrical-coordinate representation of color #001F40: hue angle of 210.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F40 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB03164-
CMYK10.5200.75
HSL210.94º100%12.55%-
HSV(B)210.94º100%25.1%-
XYZ1.421.355.04-
YUV25.49149.73109.82-

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) = 32.63%
BLUE value IS 64 (25.39% from 255) = 67.37%
R=0%
G=32.63%
B=67.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0316410.5200.75210.9410012.55
Hex01F40643404Bd364d
Octal03710014464011332314415
Binary01111110000001100100110100010010111101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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