#193448

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

Shades of Blue Whale #193448

Tints of Blue Whale #193448

Color information

#193448 (or 0x193448) is unknown color: approx Blue Whale. HEX triplet: 19, 34 and 48. RGB value is (25,52,72). Sum of RGB (Red+Green+Blue) = 25+52+72=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #193448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193448 is #E6CBB7. Grayscale: #2E2E2E. Windows color (decimal): -15125432 or 4731929. OLE color: 4731929.

HSL color Cylindrical-coordinate representation of color #193448: hue angle of 205.53º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193448 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB255272-
CMYK0.650.2800.72
HSL205.53º48.45%19.02%-
HSV(B)205.53º65.28%28.24%-
XYZ2.83.136.59-
YUV46.21142.55112.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=16.78%
G=34.90%
B=48.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2552720.650.2800.72205.5348.4519.02
Hex193448411C048ce3013
Octal31641101013401103166023
Binary110011101001001000100000111100010010001100111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193448; }

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

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

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

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

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

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

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

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