#193A49

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

Shades of Blue Whale #193A49

Tints of Blue Whale #193A49

Color information

#193A49 (or 0x193A49) is unknown color: approx Blue Whale. HEX triplet: 19, 3A and 49. RGB value is (25,58,73). Sum of RGB (Red+Green+Blue) = 25+58+73=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #193A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A49 is #E6C5B6. Grayscale: #313131. Windows color (decimal): -15123895 or 4799001. OLE color: 4799001.

HSL color Cylindrical-coordinate representation of color #193A49: hue angle of 198.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193A49 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB255873-
CMYK0.660.2100.71
HSL198.75º48.98%19.22%-
HSV(B)198.75º65.75%28.63%-
XYZ3.123.716.86-
YUV49.84141.07110.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=16.03%
G=37.18%
B=46.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2558730.660.2100.71198.7548.9819.22
Hex193A494215047c73113
Octal31721111022501073076123
Binary110011110101001001100001010101010001111100011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A49; }

 p { color: rgb(25,58,73); }

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

<style>
 a { background-color: #193A49; }

 a { background-color: rgb(25,58,73); }

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

<style>
 span { border-color: #193A49; }

 span { border-color: rgb(25,58,73); }

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