#193149

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

Shades of Blue Whale #193149

Tints of Blue Whale #193149

Color information

#193149 (or 0x193149) is unknown color: approx Blue Whale. HEX triplet: 19, 31 and 49. RGB value is (25,49,73). Sum of RGB (Red+Green+Blue) = 25+49+73=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #193149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193149 is #E6CEB6. Grayscale: #2C2C2C. Windows color (decimal): -15126199 or 4796697. OLE color: 4796697.

HSL color Cylindrical-coordinate representation of color #193149: hue angle of 210º 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 #193149 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB254973-
CMYK0.660.3300.71
HSL210º48.98%19.22%-
HSV(B)210º65.75%28.63%-
XYZ2.72.886.72-
YUV44.56144.05114.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=17.01%
G=33.33%
B=49.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2549730.660.3300.7121048.9819.22
Hex1931494221047d23113
Octal31611111024101073226123
Binary1100111000110010011000010100001010001111101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193149; }

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

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

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

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

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

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

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

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