#1A303A

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

Shades of Tangaroa #1A303A

Tints of Tangaroa #1A303A

Color information

#1A303A (or 0x1A303A) is unknown color: approx Tangaroa. HEX triplet: 1A, 30 and 3A. RGB value is (26,48,58). Sum of RGB (Red+Green+Blue) = 26+48+58=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A303A is #E5CFC5. Grayscale: #2A2A2A. Windows color (decimal): -15060934 or 3813402. OLE color: 3813402.

HSL color Cylindrical-coordinate representation of color #1A303A: hue angle of 198.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A303A is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB264858-
CMYK0.550.1700.77
HSL198.75º38.1%16.47%-
HSV(B)198.75º55.17%22.75%-
XYZ2.252.644.39-
YUV42.56136.71116.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=19.70%
G=36.36%
B=43.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2648580.550.1700.77198.7538.116.47
Hex1A303A371104Dc72610
Octal326072672101153074620
Binary1101011000011101011011110001010011011100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A303A; }

 p { color: rgb(26,48,58); }

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

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

 a { background-color: rgb(26,48,58); }

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

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

 span { border-color: rgb(26,48,58); }

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