#1A323B

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

Shades of Blue Whale #1A323B

Tints of Blue Whale #1A323B

Color information

#1A323B (or 0x1A323B) is unknown color: approx Blue Whale. HEX triplet: 1A, 32 and 3B. RGB value is (26,50,59). Sum of RGB (Red+Green+Blue) = 26+50+59=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A323B is #E5CDC4. Grayscale: #2B2B2B. Windows color (decimal): -15060421 or 3879450. OLE color: 3879450.

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

Color convert

RGB265059-
CMYK0.560.1500.77
HSL196.36º38.82%16.67%-
HSV(B)196.36º55.93%23.14%-
XYZ2.362.824.56-
YUV43.85136.55115.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=19.26%
G=37.04%
B=43.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2650590.560.1500.77196.3638.8216.67
Hex1A323B38F04Dc42711
Octal326273701701153044721
Binary110101100101110111110001111010011011100010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,50,59); }

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

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

 a { background-color: rgb(26,50,59); }

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

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

 span { border-color: rgb(26,50,59); }

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