#01213E

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

Shades of Tangaroa #01213E

Tints of Tangaroa #01213E

Color information

#01213E (or 0x01213E) is unknown color: approx Tangaroa. HEX triplet: 01, 21 and 3E. RGB value is (1,33,62). Sum of RGB (Red+Green+Blue) = 1+33+62=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #01213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213E is #FEDEC1. Grayscale: #1A1A1A. Windows color (decimal): -16703170 or 4071681. OLE color: 4071681.

HSL color Cylindrical-coordinate representation of color #01213E: hue angle of 208.52º 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 #01213E is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13362-
CMYK0.980.4700.76
HSL208.52º96.83%12.35%-
HSV(B)208.52º98.39%24.31%-
XYZ1.431.444.76-
YUV26.74147.9109.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 62 (24.61% from 255) = 64.58%
R=1.04%
G=34.38%
B=64.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal133620.980.4700.76208.5296.8312.35
Hex1213E622F04Cd161c
Octal1417614257011432114114
Binary11000011111101100010101111010011001101000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01213E; }

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

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

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

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

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

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

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

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