#001C3B

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

Shades of Tangaroa #001C3B

Tints of Tangaroa #001C3B

Color information

#001C3B (or 0x001C3B) is unknown color: approx Tangaroa. HEX triplet: 00, 1C and 3B. RGB value is (0,28,59). Sum of RGB (Red+Green+Blue) = 0+28+59=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #001C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C3B is #FFE3C4. Grayscale: #171717. Windows color (decimal): -16769989 or 3873792. OLE color: 3873792.

HSL color Cylindrical-coordinate representation of color #001C3B: hue angle of 211.53º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C3B is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB02859-
CMYK10.5300.77
HSL211.53º100%11.57%-
HSV(B)211.53º100%23.14%-
XYZ1.21.154.3-
YUV23.16148.22111.48-

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) = 32.18%
BLUE value IS 59 (23.44% from 255) = 67.82%
R=0%
G=32.18%
B=67.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0285910.5300.77211.5310011.57
Hex01C3B643504Dd464c
Octal0347314465011532414414
Binary0111001110111100100110101010011011101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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