#1A3449

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

Shades of Blue Whale #1A3449

Tints of Blue Whale #1A3449

Color information

#1A3449 (or 0x1A3449) is unknown color: approx Blue Whale. HEX triplet: 1A, 34 and 49. RGB value is (26,52,73). Sum of RGB (Red+Green+Blue) = 26+52+73=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #1A3449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3449 is #E5CBB6. Grayscale: #2E2E2E. Windows color (decimal): -15059895 or 4797466. OLE color: 4797466.

HSL color Cylindrical-coordinate representation of color #1A3449: hue angle of 206.81º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A3449 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB265273-
CMYK0.640.2900.71
HSL206.81º47.47%19.41%-
HSV(B)206.81º64.38%28.63%-
XYZ2.863.166.76-
YUV46.62142.89113.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=17.22%
G=34.44%
B=48.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2652730.640.2900.71206.8147.4719.41
Hex1A3449401D047cf2f13
Octal32641111003501073175723
Binary110101101001001001100000011101010001111100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,73); }

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

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

 a { background-color: rgb(26,52,73); }

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

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

 span { border-color: rgb(26,52,73); }

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