#193342

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

Shades of Blue Whale #193342

Tints of Blue Whale #193342

Color information

#193342 (or 0x193342) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 42. RGB value is (25,51,66). Sum of RGB (Red+Green+Blue) = 25+51+66=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #193342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193342 is #E6CCBD. Grayscale: #2C2C2C. Windows color (decimal): -15125694 or 4338457. OLE color: 4338457.

HSL color Cylindrical-coordinate representation of color #193342: hue angle of 201.95º 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 #193342 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB255166-
CMYK0.620.2300.74
HSL201.95º45.05%17.84%-
HSV(B)201.95º62.12%25.88%-
XYZ2.572.975.59-
YUV44.94139.89113.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=17.61%
G=35.92%
B=46.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2551660.620.2300.74201.9545.0517.84
Hex1933423E1704Aca2d12
Octal3163102762701123125522
Binary11001110011100001011111010111010010101100101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193342; }

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

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

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

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

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

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

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

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