#193246

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

Shades of Blue Whale #193246

Tints of Blue Whale #193246

Color information

#193246 (or 0x193246) is unknown color: approx Blue Whale. HEX triplet: 19, 32 and 46. RGB value is (25,50,70). Sum of RGB (Red+Green+Blue) = 25+50+70=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #193246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193246 is #E6CDB9. Grayscale: #2C2C2C. Windows color (decimal): -15125946 or 4600345. OLE color: 4600345.

HSL color Cylindrical-coordinate representation of color #193246: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193246 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB255070-
CMYK0.640.2900.73
HSL206.67º47.37%18.63%-
HSV(B)206.67º64.29%27.45%-
XYZ2.652.936.22-
YUV44.8142.22113.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=17.24%
G=34.48%
B=48.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2550700.640.2900.73206.6747.3718.63
Hex193246401D049cf2f13
Octal31621061003501113175723
Binary110011100101000110100000011101010010011100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193246; }

 p { color: rgb(25,50,70); }

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

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

 a { background-color: rgb(25,50,70); }

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

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

 span { border-color: rgb(25,50,70); }

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