#01203C

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

Shades of Tangaroa #01203C

Tints of Tangaroa #01203C

Color information

#01203C (or 0x01203C) is unknown color: approx Tangaroa. HEX triplet: 01, 20 and 3C. RGB value is (1,32,60). Sum of RGB (Red+Green+Blue) = 1+32+60=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #01203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01203C is #FEDFC3. Grayscale: #191919. Windows color (decimal): -16703428 or 3940353. OLE color: 3940353.

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

Color convert

RGB13260-
CMYK0.980.4700.76
HSL208.47º96.72%11.96%-
HSV(B)208.47º98.33%23.53%-
XYZ1.341.374.47-
YUV25.92147.23110.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=1.08%
G=34.41%
B=64.52%

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
Decimal132600.980.4700.76208.4796.7211.96
Hex1203C622F04Cd061c
Octal1407414257011432014114
Binary11000001111001100010101111010011001101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01203C; }

 p { color: rgb(1,32,60); }

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

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

 a { background-color: rgb(1,32,60); }

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

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

 span { border-color: rgb(1,32,60); }

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