#01263D

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

Shades of Tangaroa #01263D

Tints of Tangaroa #01263D

Color information

#01263D (or 0x01263D) is unknown color: approx Tangaroa. HEX triplet: 01, 26 and 3D. RGB value is (1,38,61). Sum of RGB (Red+Green+Blue) = 1+38+61=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #01263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263D is #FED9C2. Grayscale: #1D1D1D. Windows color (decimal): -16701891 or 4007425. OLE color: 4007425.

HSL color Cylindrical-coordinate representation of color #01263D: hue angle of 203º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01263D is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13861-
CMYK0.980.3800.76
HSL203º96.77%12.16%-
HSV(B)203º98.36%23.92%-
XYZ1.551.734.67-
YUV29.56145.74107.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 61 (24.22% from 255) = 61%
R=1%
G=38%
B=61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal138610.980.3800.7620396.7712.16
Hex1263D622604Ccb61c
Octal1467514246011431314114
Binary11001101111011100010100110010011001100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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