#01263A

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

Shades of Tangaroa #01263A

Tints of Tangaroa #01263A

Color information

#01263A (or 0x01263A) is unknown color: approx Tangaroa. HEX triplet: 01, 26 and 3A. RGB value is (1,38,58). Sum of RGB (Red+Green+Blue) = 1+38+58=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #01263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263A is #FED9C5. Grayscale: #1D1D1D. Windows color (decimal): -16701894 or 3810817. OLE color: 3810817.

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

Color convert

RGB13858-
CMYK0.980.3400.77
HSL201.05º96.61%11.57%-
HSV(B)201.05º98.28%22.75%-
XYZ1.471.74.25-
YUV29.22144.24107.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 58 (23.05% from 255) = 59.79%
R=1.03%
G=39.18%
B=59.79%

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
Decimal138580.980.3400.77201.0596.6111.57
Hex1263A622204Dc961c
Octal1467214242011531114114
Binary11001101110101100010100010010011011100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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