#001F45

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

Shades of Tangaroa #001F45

Tints of Tangaroa #001F45

Color information

#001F45 (or 0x001F45) is unknown color: approx Tangaroa. HEX triplet: 00, 1F and 45. RGB value is (0,31,69). Sum of RGB (Red+Green+Blue) = 0+31+69=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 69 (27.34% from 255 or 69% from 100); Max value from RGB is 69 - color contains mainly: blue. Hex color #001F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F45 is #FFE0BA. Grayscale: #191919. Windows color (decimal): -16769211 or 4529920. OLE color: 4529920.

HSL color Cylindrical-coordinate representation of color #001F45: hue angle of 213.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F45 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03169-
CMYK10.5500.73
HSL213.04º100%13.53%-
HSV(B)213.04º100%27.06%-
XYZ1.561.415.82-
YUV26.06152.23109.41-

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) = 31%
BLUE value IS 69 (27.34% from 255) = 69%
R=0%
G=31%
B=69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0316910.5500.73213.0410013.53
Hex01F456437049d564e
Octal03710514467011132514416
Binary01111110001011100100110111010010011101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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