#001A38

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

Shades of Tangaroa #001A38

Tints of Tangaroa #001A38

Color information

#001A38 (or 0x001A38) is unknown color: approx Tangaroa. HEX triplet: 00, 1A and 38. RGB value is (0,26,56). Sum of RGB (Red+Green+Blue) = 0+26+56=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 26 (10.55% from 255 or 31.71% 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 #001A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A38 is #FFE5C7. Grayscale: #151515. Windows color (decimal): -16770504 or 3676672. OLE color: 3676672.

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

Color convert

RGB02656-
CMYK10.5400.78
HSL212.14º100%10.98%-
HSV(B)212.14º100%21.96%-
XYZ1.081.023.88-
YUV21.65147.39112.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=0%
G=31.71%
B=68.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0265610.5400.78212.1410010.98
Hex01A38643604Ed464b
Octal0327014466011632414413
Binary0110101110001100100110110010011101101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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