#01263B

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

Shades of Tangaroa #01263B

Tints of Tangaroa #01263B

Color information

#01263B (or 0x01263B) is unknown color: approx Tangaroa. HEX triplet: 01, 26 and 3B. RGB value is (1,38,59). Sum of RGB (Red+Green+Blue) = 1+38+59=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #01263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263B is #FED9C4. Grayscale: #1D1D1D. Windows color (decimal): -16701893 or 3876353. OLE color: 3876353.

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

Color convert

RGB13859-
CMYK0.980.3600.77
HSL201.72º96.67%11.76%-
HSV(B)201.72º98.31%23.14%-
XYZ1.51.714.39-
YUV29.33144.74107.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 59 (23.44% from 255) = 60.20%
R=1.02%
G=38.78%
B=60.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal138590.980.3600.77201.7296.6711.76
Hex1263B622404Dca61c
Octal1467314244011531214114
Binary11001101110111100010100100010011011100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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