#1A3246

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

Shades of Blue Whale #1A3246

Tints of Blue Whale #1A3246

Color information

#1A3246 (or 0x1A3246) is unknown color: approx Blue Whale. HEX triplet: 1A, 32 and 46. RGB value is (26,50,70). Sum of RGB (Red+Green+Blue) = 26+50+70=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A3246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3246 is #E5CDB9. Grayscale: #2D2D2D. Windows color (decimal): -15060410 or 4600346. OLE color: 4600346.

HSL color Cylindrical-coordinate representation of color #1A3246: hue angle of 207.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A3246 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB265070-
CMYK0.630.2900.73
HSL207.27º45.83%18.82%-
HSV(B)207.27º62.86%27.45%-
XYZ2.672.946.22-
YUV45.1142.05114.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=17.81%
G=34.25%
B=47.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2650700.630.2900.73207.2745.8318.82
Hex1A32463F1D049cf2e13
Octal3262106773501113175623
Binary11010110010100011011111111101010010011100111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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