#1A353F

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

Shades of Blue Whale #1A353F

Tints of Blue Whale #1A353F

Color information

#1A353F (or 0x1A353F) is unknown color: approx Blue Whale. HEX triplet: 1A, 35 and 3F. RGB value is (26,53,63). Sum of RGB (Red+Green+Blue) = 26+53+63=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A353F is #E5CAC0. Grayscale: #2E2E2E. Windows color (decimal): -15059649 or 4142362. OLE color: 4142362.

HSL color Cylindrical-coordinate representation of color #1A353F: hue angle of 196.22º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A353F is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB265363-
CMYK0.590.1600.75
HSL196.22º41.57%17.45%-
HSV(B)196.22º58.73%24.71%-
XYZ2.63.125.17-
YUV46.07137.55113.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 63 (25% from 255) = 44.37%
R=18.31%
G=37.32%
B=44.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2653630.590.1600.75196.2241.5717.45
Hex1A353F3B1004Bc42a11
Octal326577732001133045221
Binary1101011010111111111101110000010010111100010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,53,63); }

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

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

 a { background-color: rgb(26,53,63); }

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

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

 span { border-color: rgb(26,53,63); }

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