#1A3447

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

Shades of Blue Whale #1A3447

Tints of Blue Whale #1A3447

Color information

#1A3447 (or 0x1A3447) is unknown color: approx Blue Whale. HEX triplet: 1A, 34 and 47. RGB value is (26,52,71). Sum of RGB (Red+Green+Blue) = 26+52+71=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3447 is #E5CBB8. Grayscale: #2E2E2E. Windows color (decimal): -15059897 or 4666394. OLE color: 4666394.

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

Color convert

RGB265271-
CMYK0.630.2700.72
HSL205.33º46.39%19.02%-
HSV(B)205.33º63.38%27.84%-
XYZ2.793.136.42-
YUV46.39141.89113.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.45%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=17.45%
G=34.90%
B=47.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2652710.630.2700.72205.3346.3919.02
Hex1A34473F1B048cd2e13
Octal3264107773301103155623
Binary11010110100100011111111111011010010001100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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