#011938

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

Shades of Tangaroa #011938

Tints of Tangaroa #011938

Color information

#011938 (or 0x011938) is unknown color: approx Tangaroa. HEX triplet: 01, 19 and 38. RGB value is (1,25,56). Sum of RGB (Red+Green+Blue) = 1+25+56=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #011938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011938 is #FEE6C7. Grayscale: #151515. Windows color (decimal): -16705224 or 3676417. OLE color: 3676417.

HSL color Cylindrical-coordinate representation of color #011938: hue angle of 213.82º 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 #011938 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB12556-
CMYK0.980.5500.78
HSL213.82º96.49%11.18%-
HSV(B)213.82º98.21%21.96%-
XYZ1.070.993.88-
YUV21.36147.55113.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=1.22%
G=30.49%
B=68.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125560.980.5500.78213.8296.4911.18
Hex11938623704Ed660b
Octal1317014267011632614013
Binary1110011110001100010110111010011101101011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011938; }

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

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

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

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

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

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

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

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