#1A3647

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

Shades of Blue Whale #1A3647

Tints of Blue Whale #1A3647

Color information

#1A3647 (or 0x1A3647) is unknown color: approx Blue Whale. HEX triplet: 1A, 36 and 47. RGB value is (26,54,71). Sum of RGB (Red+Green+Blue) = 26+54+71=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3647 is #E5C9B8. Grayscale: #2F2F2F. Windows color (decimal): -15059385 or 4666906. OLE color: 4666906.

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

Color convert

RGB265471-
CMYK0.630.2400.72
HSL202.67º46.39%19.02%-
HSV(B)202.67º63.38%27.84%-
XYZ2.883.316.45-
YUV47.57141.22112.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=17.22%
G=35.76%
B=47.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2654710.630.2400.72202.6746.3919.02
Hex1A36473F18048cb2e13
Octal3266107773001103135623
Binary11010110110100011111111111000010010001100101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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