Html Css Color HEX #193A49 Blue Whale

📋 copy color: '#193A49'

red 25 ◦ green 58 ◦ blue 73

#193A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #193A49

Tints of Blue Whale #193A49

RGB

 RED value IS 25 (10.16% from 255) = 16.03%

 GREEN value IS 58 (23.05% from 255) = 37.18%

 BLUE value IS 73 (28.91% from 255) = 46.79%

R = 16.03%
G = 37.18%
B = 46.79%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193A49 (or 0x193A49) is known color: Blue Whale. HEX triplet: 19, 3A and 49. RGB value is (25,58,73). Sum of RGB (Red+Green+Blue) = 25+58+73=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #193A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A49 is #E6C5B6. Grayscale: #313131. Windows color (decimal): -15123895 or 4799001. OLE color: 4799001.

HSL color Cylindrical-coordinate representation of color #193A49: hue angle of 198.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193A49 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 58 73 -
CMYK 0.66 0.21 0 0.71
HSL 198.75º 0.49% 0.19% -
HSV(B) 198.75º 0.66% 0.29% -
XYZ 3.12 3.71 6.86 -
YUV 49.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 25 58 73 0.66 0.21 0 0.71 198.75 0.49 0.19
Hex 19 3A 49 42 15 0 47 C7 31 13
Octal 31 72 111 102 25 0 107 307 61 23
Binary 11001 111010 1001001 1000010 10101 0 1000111 11000111 110001 10011

Color Harmonies of #193A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A49

Black with #193A49

Text Example


Text Example

White with #193A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #193A49;
 }
 .AnyTagClassName
 {
   color: #193A49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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