#193249

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

Shades of Blue Whale #193249

Tints of Blue Whale #193249

Color information

#193249 (or 0x193249) is unknown color: approx Blue Whale. HEX triplet: 19, 32 and 49. RGB value is (25,50,73). Sum of RGB (Red+Green+Blue) = 25+50+73=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #193249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193249 is #E6CDB6. Grayscale: #2D2D2D. Windows color (decimal): -15125943 or 4796953. OLE color: 4796953.

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

Color convert

RGB255073-
CMYK0.660.3200.71
HSL208.75º48.98%19.22%-
HSV(B)208.75º65.75%28.63%-
XYZ2.742.976.73-
YUV45.15143.72113.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=16.89%
G=33.78%
B=49.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2550730.660.3200.71208.7548.9819.22
Hex1932494220047d13113
Octal31621111024001073216123
Binary1100111001010010011000010100000010001111101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193249; }

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

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

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

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

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

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

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

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