#193441

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

Shades of Blue Whale #193441

Tints of Blue Whale #193441

Color information

#193441 (or 0x193441) is unknown color: approx Blue Whale. HEX triplet: 19, 34 and 41. RGB value is (25,52,65). Sum of RGB (Red+Green+Blue) = 25+52+65=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #193441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193441 is #E6CBBE. Grayscale: #2D2D2D. Windows color (decimal): -15125439 or 4273177. OLE color: 4273177.

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

Color convert

RGB255265-
CMYK0.620.2000.75
HSL199.5º44.44%17.65%-
HSV(B)199.5º61.54%25.49%-
XYZ2.583.045.45-
YUV45.41139.05113.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=17.61%
G=36.62%
B=45.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2552650.620.2000.75199.544.4417.65
Hex1934413E1404Bc82c12
Octal3164101762401133105422
Binary11001110100100000111111010100010010111100100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193441; }

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

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

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

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

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

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

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

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