#193A48

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

Shades of Blue Whale #193A48

Tints of Blue Whale #193A48

Color information

#193A48 (or 0x193A48) is unknown color: approx Blue Whale. HEX triplet: 19, 3A and 48. RGB value is (25,58,72). Sum of RGB (Red+Green+Blue) = 25+58+72=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #193A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A48 is #E6C5B7. Grayscale: #313131. Windows color (decimal): -15123896 or 4733465. OLE color: 4733465.

HSL color Cylindrical-coordinate representation of color #193A48: hue angle of 197.87º 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 #193A48 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB255872-
CMYK0.650.1900.72
HSL197.87º48.45%19.02%-
HSV(B)197.87º65.28%28.24%-
XYZ3.083.76.68-
YUV49.73140.57110.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=16.13%
G=37.42%
B=46.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2558720.650.1900.72197.8748.4519.02
Hex193A484113048c63013
Octal31721101012301103066023
Binary110011110101001000100000110011010010001100011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A48; }

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

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

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

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

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

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

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

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