#001C41

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

Shades of Tangaroa #001C41

Tints of Tangaroa #001C41

Color information

#001C41 (or 0x001C41) is unknown color: approx Tangaroa. HEX triplet: 00, 1C and 41. RGB value is (0,28,65). Sum of RGB (Red+Green+Blue) = 0+28+65=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #001C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C41 is #FFE3BE. Grayscale: #171717. Windows color (decimal): -16769983 or 4267008. OLE color: 4267008.

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

Color convert

RGB02865-
CMYK10.5700.75
HSL214.15º100%12.75%-
HSV(B)214.15º100%25.49%-
XYZ1.371.215.16-
YUV23.85151.22110.99-

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) = 30.11%
BLUE value IS 65 (25.78% from 255) = 69.89%
R=0%
G=30.11%
B=69.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0286510.5700.75214.1510012.75
Hex01C41643904Bd664d
Octal03410114471011332614415
Binary01110010000011100100111001010010111101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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