#1A344D

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

Shades of Blue Whale #1A344D

Tints of Blue Whale #1A344D

Color information

#1A344D (or 0x1A344D) is unknown color: approx Blue Whale. HEX triplet: 1A, 34 and 4D. RGB value is (26,52,77). Sum of RGB (Red+Green+Blue) = 26+52+77=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A344D is #E5CBB2. Grayscale: #2E2E2E. Windows color (decimal): -15059891 or 5059610. OLE color: 5059610.

HSL color Cylindrical-coordinate representation of color #1A344D: hue angle of 209.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A344D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB265277-
CMYK0.660.3200.70
HSL209.41º49.51%20.2%-
HSV(B)209.41º66.23%30.2%-
XYZ2.993.217.48-
YUV47.08144.89112.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=16.77%
G=33.55%
B=49.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2652770.660.3200.70209.4149.5120.2
Hex1A344D4220046d13214
Octal32641151024001063216224
Binary1101011010010011011000010100000010001101101000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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