#1A3747

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

Shades of Blue Whale #1A3747

Tints of Blue Whale #1A3747

Color information

#1A3747 (or 0x1A3747) is unknown color: approx Blue Whale. HEX triplet: 1A, 37 and 47. RGB value is (26,55,71). Sum of RGB (Red+Green+Blue) = 26+55+71=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3747 is #E5C8B8. Grayscale: #303030. Windows color (decimal): -15059129 or 4667162. OLE color: 4667162.

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

Color convert

RGB265571-
CMYK0.630.2300.72
HSL201.33º46.39%19.02%-
HSV(B)201.33º63.38%27.84%-
XYZ2.933.416.46-
YUV48.15140.89112.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=17.11%
G=36.18%
B=46.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2655710.630.2300.72201.3346.3919.02
Hex1A37473F17048c92e13
Octal3267107772701103115623
Binary11010110111100011111111110111010010001100100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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