#001C43

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

Shades of Tangaroa #001C43

Tints of Tangaroa #001C43

Color information

#001C43 (or 0x001C43) is unknown color: approx Tangaroa. HEX triplet: 00, 1C and 43. RGB value is (0,28,67). Sum of RGB (Red+Green+Blue) = 0+28+67=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 67 (26.56% from 255 or 70.53% from 95); Max value from RGB is 67 - color contains mainly: blue. Hex color #001C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C43 is #FFE3BC. Grayscale: #171717. Windows color (decimal): -16769981 or 4398080. OLE color: 4398080.

HSL color Cylindrical-coordinate representation of color #001C43: hue angle of 214.93º 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 #001C43 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB02867-
CMYK10.5800.74
HSL214.93º100%13.14%-
HSV(B)214.93º100%26.27%-
XYZ1.431.245.47-
YUV24.07152.22110.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 67 (26.56% from 255) = 70.53%
R=0%
G=29.47%
B=70.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0286710.5800.74214.9310013.14
Hex01C43643A04Ad764d
Octal03410314472011232714415
Binary01110010000111100100111010010010101101011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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