#1A3948

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

Shades of Blue Whale #1A3948

Tints of Blue Whale #1A3948

Color information

#1A3948 (or 0x1A3948) is unknown color: approx Blue Whale. HEX triplet: 1A, 39 and 48. RGB value is (26,57,72). Sum of RGB (Red+Green+Blue) = 26+57+72=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A3948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3948 is #E5C6B7. Grayscale: #313131. Windows color (decimal): -15058616 or 4733210. OLE color: 4733210.

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

Color convert

RGB265772-
CMYK0.640.2100.72
HSL199.57º46.94%19.22%-
HSV(B)199.57º63.89%28.24%-
XYZ3.063.616.67-
YUV49.44140.73111.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=16.77%
G=36.77%
B=46.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2657720.640.2100.72199.5746.9419.22
Hex1A39484015048c82f13
Octal32711101002501103105723
Binary110101110011001000100000010101010010001100100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,57,72); }

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

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

 a { background-color: rgb(26,57,72); }

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

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

 span { border-color: rgb(26,57,72); }

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