#012140

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

Shades of Tangaroa #012140

Tints of Tangaroa #012140

Color information

#012140 (or 0x012140) is unknown color: approx Tangaroa. HEX triplet: 01, 21 and 40. RGB value is (1,33,64). Sum of RGB (Red+Green+Blue) = 1+33+64=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #012140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012140 is #FEDEBF. Grayscale: #1A1A1A. Windows color (decimal): -16703168 or 4202753. OLE color: 4202753.

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

Color convert

RGB13364-
CMYK0.980.4800.75
HSL209.52º96.92%12.75%-
HSV(B)209.52º98.44%25.1%-
XYZ1.481.465.06-
YUV26.97148.9109.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=1.02%
G=33.67%
B=65.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal133640.980.4800.75209.5296.9212.75
Hex12140623004Bd261d
Octal14110014260011332214115
Binary110000110000001100010110000010010111101001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012140; }

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

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

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

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

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

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

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

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