#01273A

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

Shades of Tangaroa #01273A

Tints of Tangaroa #01273A

Color information

#01273A (or 0x01273A) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 3A. RGB value is (1,39,58). Sum of RGB (Red+Green+Blue) = 1+39+58=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #01273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01273A is #FED8C5. Grayscale: #1D1D1D. Windows color (decimal): -16701638 or 3811073. OLE color: 3811073.

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

Color convert

RGB13958-
CMYK0.980.3300.77
HSL200º96.61%11.57%-
HSV(B)200º98.28%22.75%-
XYZ1.51.764.26-
YUV29.8143.91107.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 58 (23.05% from 255) = 59.18%
R=1.02%
G=39.80%
B=59.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal139580.980.3300.7720096.6111.57
Hex1273A622104Dc861c
Octal1477214241011531014114
Binary11001111110101100010100001010011011100100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01273A; }

 p { color: rgb(1,39,58); }

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

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

 a { background-color: rgb(1,39,58); }

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

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

 span { border-color: rgb(1,39,58); }

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