#01273B

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

Shades of Tangaroa #01273B

Tints of Tangaroa #01273B

Color information

#01273B (or 0x01273B) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 3B. RGB value is (1,39,59). Sum of RGB (Red+Green+Blue) = 1+39+59=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #01273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01273B is #FED8C4. Grayscale: #1D1D1D. Windows color (decimal): -16701637 or 3876609. OLE color: 3876609.

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

Color convert

RGB13959-
CMYK0.980.3400.77
HSL200.69º96.67%11.76%-
HSV(B)200.69º98.31%23.14%-
XYZ1.531.774.4-
YUV29.92144.41107.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 59 (23.44% from 255) = 59.60%
R=1.01%
G=39.39%
B=59.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal139590.980.3400.77200.6996.6711.76
Hex1273B622204Dc961c
Octal1477314242011531114114
Binary11001111110111100010100010010011011100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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