#011838

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

Shades of Tangaroa #011838

Tints of Tangaroa #011838

Color information

#011838 (or 0x011838) is unknown color: approx Tangaroa. HEX triplet: 01, 18 and 38. RGB value is (1,24,56). Sum of RGB (Red+Green+Blue) = 1+24+56=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #011838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011838 is #FEE7C7. Grayscale: #141414. Windows color (decimal): -16705480 or 3676161. OLE color: 3676161.

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

Color convert

RGB12456-
CMYK0.980.5700.78
HSL214.91º96.49%11.18%-
HSV(B)214.91º98.21%21.96%-
XYZ1.050.953.87-
YUV20.77147.88113.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 56 (22.27% from 255) = 69.14%
R=1.23%
G=29.63%
B=69.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal124560.980.5700.78214.9196.4911.18
Hex11838623904Ed760b
Octal1307014271011632714013
Binary1110001110001100010111001010011101101011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011838; }

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

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

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

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

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

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

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

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