#011F38

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

Shades of Tangaroa #011F38

Tints of Tangaroa #011F38

Color information

#011F38 (or 0x011F38) is unknown color: approx Tangaroa. HEX triplet: 01, 1F and 38. RGB value is (1,31,56). Sum of RGB (Red+Green+Blue) = 1+31+56=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #011F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F38 is #FEE0C7. Grayscale: #181818. Windows color (decimal): -16703688 or 3677953. OLE color: 3677953.

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

Color convert

RGB13156-
CMYK0.980.4500.78
HSL207.27º96.49%11.18%-
HSV(B)207.27º98.21%21.96%-
XYZ1.221.273.92-
YUV24.88145.56110.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=1.14%
G=35.23%
B=63.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal131560.980.4500.78207.2796.4911.18
Hex11F38622D04Ecf60b
Octal1377014255011631714013
Binary1111111110001100010101101010011101100111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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