#193741

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

Shades of Blue Whale #193741

Tints of Blue Whale #193741

Color information

#193741 (or 0x193741) is unknown color: approx Blue Whale. HEX triplet: 19, 37 and 41. RGB value is (25,55,65). Sum of RGB (Red+Green+Blue) = 25+55+65=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #193741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193741 is #E6C8BE. Grayscale: #2F2F2F. Windows color (decimal): -15124671 or 4273945. OLE color: 4273945.

HSL color Cylindrical-coordinate representation of color #193741: hue angle of 195º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193741 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255565-
CMYK0.620.1500.75
HSL195º44.44%17.65%-
HSV(B)195º61.54%25.49%-
XYZ2.723.325.5-
YUV47.17138.06112.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=17.24%
G=37.93%
B=44.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2555650.620.1500.7519544.4417.65
Hex1937413EF04Bc32c12
Octal3167101761701133035422
Binary1100111011110000011111101111010010111100001110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193741; }

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

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

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

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

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

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

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

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