#01213B

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

Shades of Tangaroa #01213B

Tints of Tangaroa #01213B

Color information

#01213B (or 0x01213B) is unknown color: approx Tangaroa. HEX triplet: 01, 21 and 3B. RGB value is (1,33,59). Sum of RGB (Red+Green+Blue) = 1+33+59=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #01213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213B is #FEDEC4. Grayscale: #1A1A1A. Windows color (decimal): -16703173 or 3875073. OLE color: 3875073.

HSL color Cylindrical-coordinate representation of color #01213B: hue angle of 206.9º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01213B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB13359-
CMYK0.980.4400.77
HSL206.9º96.67%11.76%-
HSV(B)206.9º98.31%23.14%-
XYZ1.351.414.34-
YUV26.4146.4109.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=1.08%
G=35.48%
B=63.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal133590.980.4400.77206.996.6711.76
Hex1213B622C04Dcf61c
Octal1417314254011531714114
Binary11000011110111100010101100010011011100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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