#012145

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

Shades of Tangaroa #012145

Tints of Tangaroa #012145

Color information

#012145 (or 0x012145) is unknown color: approx Tangaroa. HEX triplet: 01, 21 and 45. RGB value is (1,33,69). Sum of RGB (Red+Green+Blue) = 1+33+69=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #012145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012145 is #FEDEBA. Grayscale: #1B1B1B. Windows color (decimal): -16703163 or 4530433. OLE color: 4530433.

HSL color Cylindrical-coordinate representation of color #012145: hue angle of 211.76º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012145 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13369-
CMYK0.990.5200.73
HSL211.76º97.14%13.73%-
HSV(B)211.76º98.55%27.06%-
XYZ1.631.525.84-
YUV27.54151.4109.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 69 (27.34% from 255) = 66.99%
R=0.97%
G=32.04%
B=66.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal133690.990.5200.73211.7697.1413.73
Hex121456334049d461e
Octal14110514364011132414116
Binary110000110001011100011110100010010011101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012145; }

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

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

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

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

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

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

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

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