#01193B

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

Shades of Tangaroa #01193B

Tints of Tangaroa #01193B

Color information

#01193B (or 0x01193B) is unknown color: approx Tangaroa. HEX triplet: 01, 19 and 3B. RGB value is (1,25,59). Sum of RGB (Red+Green+Blue) = 1+25+59=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 59 (23.44% from 255 or 69.41% from 85); Max value from RGB is 59 - color contains mainly: blue. Hex color #01193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01193B is #FEE6C4. Grayscale: #151515. Windows color (decimal): -16705221 or 3873025. OLE color: 3873025.

HSL color Cylindrical-coordinate representation of color #01193B: hue angle of 215.17º 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 #01193B is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB12559-
CMYK0.980.5800.77
HSL215.17º96.67%11.76%-
HSV(B)215.17º98.31%23.14%-
XYZ1.151.024.27-
YUV21.7149.05113.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 59 (23.44% from 255) = 69.41%
R=1.18%
G=29.41%
B=69.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal125590.980.5800.77215.1796.6711.76
Hex1193B623A04Dd761c
Octal1317314272011532714114
Binary1110011110111100010111010010011011101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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