#193742

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

Shades of Blue Whale #193742

Tints of Blue Whale #193742

Color information

#193742 (or 0x193742) is unknown color: approx Blue Whale. HEX triplet: 19, 37 and 42. RGB value is (25,55,66). Sum of RGB (Red+Green+Blue) = 25+55+66=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #193742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193742 is #E6C8BD. Grayscale: #2F2F2F. Windows color (decimal): -15124670 or 4339481. OLE color: 4339481.

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

Color convert

RGB255566-
CMYK0.620.1700.74
HSL196.1º45.05%17.84%-
HSV(B)196.1º62.12%25.88%-
XYZ2.753.335.65-
YUV47.28138.56112.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 66 (26.17% from 255) = 45.21%
R=17.12%
G=37.67%
B=45.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2555660.620.1700.74196.145.0517.84
Hex1937423E1104Ac42d12
Octal3167102762101123045522
Binary11001110111100001011111010001010010101100010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193742; }

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

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

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

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

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

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

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

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