#011C38

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

Shades of Tangaroa #011C38

Tints of Tangaroa #011C38

Color information

#011C38 (or 0x011C38) is unknown color: approx Tangaroa. HEX triplet: 01, 1C and 38. RGB value is (1,28,56). Sum of RGB (Red+Green+Blue) = 1+28+56=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #011C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C38 is #FEE3C7. Grayscale: #161616. Windows color (decimal): -16704456 or 3677185. OLE color: 3677185.

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

Color convert

RGB12856-
CMYK0.980.5000.78
HSL210.55º96.49%11.18%-
HSV(B)210.55º98.21%21.96%-
XYZ1.141.123.9-
YUV23.12146.55112.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 56 (22.27% from 255) = 65.88%
R=1.18%
G=32.94%
B=65.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal128560.980.5000.78210.5596.4911.18
Hex11C38623204Ed360b
Octal1347014262011632314013
Binary1111001110001100010110010010011101101001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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