#011A38

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

Shades of Tangaroa #011A38

Tints of Tangaroa #011A38

Color information

#011A38 (or 0x011A38) is unknown color: approx Tangaroa. HEX triplet: 01, 1A and 38. RGB value is (1,26,56). Sum of RGB (Red+Green+Blue) = 1+26+56=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #011A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A38 is #FEE5C7. Grayscale: #151515. Windows color (decimal): -16704968 or 3676673. OLE color: 3676673.

HSL color Cylindrical-coordinate representation of color #011A38: hue angle of 212.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A38 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB12656-
CMYK0.980.5400.78
HSL212.73º96.49%11.18%-
HSV(B)212.73º98.21%21.96%-
XYZ1.11.033.88-
YUV21.94147.22113.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 56 (22.27% from 255) = 67.47%
R=1.20%
G=31.33%
B=67.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal126560.980.5400.78212.7396.4911.18
Hex11A38623604Ed560b
Octal1327014266011632514013
Binary1110101110001100010110110010011101101010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A38; }

 p { color: rgb(1,26,56); }

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

<style>
 a { background-color: #011A38; }

 a { background-color: rgb(1,26,56); }

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

<style>
 span { border-color: #011A38; }

 span { border-color: rgb(1,26,56); }

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