#011A3C

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

Shades of Tangaroa #011A3C

Tints of Tangaroa #011A3C

Color information

#011A3C (or 0x011A3C) is unknown color: approx Tangaroa. HEX triplet: 01, 1A and 3C. RGB value is (1,26,60). Sum of RGB (Red+Green+Blue) = 1+26+60=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #011A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A3C is #FEE5C3. Grayscale: #161616. Windows color (decimal): -16704964 or 3938817. OLE color: 3938817.

HSL color Cylindrical-coordinate representation of color #011A3C: hue angle of 214.58º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A3C is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB12660-
CMYK0.980.5700.76
HSL214.58º96.72%11.96%-
HSV(B)214.58º98.33%23.53%-
XYZ1.21.074.42-
YUV22.4149.22112.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 60 (23.83% from 255) = 68.97%
R=1.15%
G=29.89%
B=68.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal126600.980.5700.76214.5896.7211.96
Hex11A3C623904Cd761c
Octal1327414271011432714114
Binary1110101111001100010111001010011001101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A3C; }

 p { color: rgb(1,26,60); }

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

<style>
 a { background-color: #011A3C; }

 a { background-color: rgb(1,26,60); }

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

<style>
 span { border-color: #011A3C; }

 span { border-color: rgb(1,26,60); }

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