#01273F

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

Shades of Tangaroa #01273F

Tints of Tangaroa #01273F

Color information

#01273F (or 0x01273F) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 3F. RGB value is (1,39,63). Sum of RGB (Red+Green+Blue) = 1+39+63=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #01273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01273F is #FED8C0. Grayscale: #1E1E1E. Windows color (decimal): -16701633 or 4138753. OLE color: 4138753.

HSL color Cylindrical-coordinate representation of color #01273F: hue angle of 203.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01273F is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB13963-
CMYK0.980.3800.75
HSL203.23º96.88%12.55%-
HSV(B)203.23º98.41%24.71%-
XYZ1.641.824.97-
YUV30.37146.41107.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 63 (25% from 255) = 61.17%
R=0.97%
G=37.86%
B=61.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal139630.980.3800.75203.2396.8812.55
Hex1273F622604Bcb61d
Octal1477714246011331314115
Binary11001111111111100010100110010010111100101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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