#012142

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

Shades of Tangaroa #012142

Tints of Tangaroa #012142

Color information

#012142 (or 0x012142) is unknown color: approx Tangaroa. HEX triplet: 01, 21 and 42. RGB value is (1,33,66). Sum of RGB (Red+Green+Blue) = 1+33+66=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #012142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012142 is #FEDEBD. Grayscale: #1B1B1B. Windows color (decimal): -16703166 or 4333825. OLE color: 4333825.

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

Color convert

RGB13366-
CMYK0.980.500.74
HSL210.46º97.01%13.14%-
HSV(B)210.46º98.48%25.88%-
XYZ1.541.495.36-
YUV27.19149.9109.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 66 (26.17% from 255) = 66%
R=1%
G=33%
B=66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal133660.980.500.74210.4697.0113.14
Hex12142623204Ad261d
Octal14110214262011232214115
Binary110000110000101100010110010010010101101001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012142; }

 p { color: rgb(1,33,66); }

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

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

 a { background-color: rgb(1,33,66); }

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

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

 span { border-color: rgb(1,33,66); }

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