#001D43

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

Shades of Tangaroa #001D43

Tints of Tangaroa #001D43

Color information

#001D43 (or 0x001D43) is unknown color: approx Tangaroa. HEX triplet: 00, 1D and 43. RGB value is (0,29,67). Sum of RGB (Red+Green+Blue) = 0+29+67=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 67 (26.56% from 255 or 69.79% from 96); Max value from RGB is 67 - color contains mainly: blue. Hex color #001D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D43 is #FFE2BC. Grayscale: #181818. Windows color (decimal): -16769725 or 4398336. OLE color: 4398336.

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

Color convert

RGB02967-
CMYK10.5700.74
HSL214.03º100%13.14%-
HSV(B)214.03º100%26.27%-
XYZ1.451.285.48-
YUV24.66151.89110.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 67 (26.56% from 255) = 69.79%
R=0%
G=30.21%
B=69.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0296710.5700.74214.0310013.14
Hex01D43643904Ad664d
Octal03510314471011232614415
Binary01110110000111100100111001010010101101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,29,67); }

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

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

 a { background-color: rgb(0,29,67); }

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

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

 span { border-color: rgb(0,29,67); }

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