#193042

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

Shades of Blue Whale #193042

Tints of Blue Whale #193042

Color information

#193042 (or 0x193042) is unknown color: approx Blue Whale. HEX triplet: 19, 30 and 42. RGB value is (25,48,66). Sum of RGB (Red+Green+Blue) = 25+48+66=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #193042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193042 is #E6CFBD. Grayscale: #2B2B2B. Windows color (decimal): -15126462 or 4337689. OLE color: 4337689.

HSL color Cylindrical-coordinate representation of color #193042: hue angle of 206.34º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193042 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB254866-
CMYK0.620.2700.74
HSL206.34º45.05%17.84%-
HSV(B)206.34º62.12%25.88%-
XYZ2.442.715.55-
YUV43.18140.88115.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 66 (26.17% from 255) = 47.48%
R=17.99%
G=34.53%
B=47.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2548660.620.2700.74206.3445.0517.84
Hex1930423E1B04Ace2d12
Octal3160102763301123165522
Binary11001110000100001011111011011010010101100111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193042; }

 p { color: rgb(25,48,66); }

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

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

 a { background-color: rgb(25,48,66); }

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

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

 span { border-color: rgb(25,48,66); }

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