#1A3247

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

Shades of Blue Whale #1A3247

Tints of Blue Whale #1A3247

Color information

#1A3247 (or 0x1A3247) is unknown color: approx Blue Whale. HEX triplet: 1A, 32 and 47. RGB value is (26,50,71). Sum of RGB (Red+Green+Blue) = 26+50+71=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3247 is #E5CDB8. Grayscale: #2D2D2D. Windows color (decimal): -15060409 or 4665882. OLE color: 4665882.

HSL color Cylindrical-coordinate representation of color #1A3247: hue angle of 208º 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 #1A3247 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB265071-
CMYK0.630.3000.72
HSL208º46.39%19.02%-
HSV(B)208º63.38%27.84%-
XYZ2.72.966.39-
YUV45.22142.55114.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.69%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=17.69%
G=34.01%
B=48.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2650710.630.3000.7220846.3919.02
Hex1A32473F1E048d02e13
Octal3262107773601103205623
Binary11010110010100011111111111110010010001101000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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