Html Css Color HEX #193449 Blue Whale

📋 copy color: '#193449'

red 25 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #193449

Tints of Blue Whale #193449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

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

R = 16.67%
G = 34.67%
B = 48.67%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193449 (or 0x193449) is known color: Blue Whale. HEX triplet: 19, 34 and 49. RGB value is (25,52,73). Sum of RGB (Red+Green+Blue) = 25+52+73=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #193449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193449 is #E6CBB6. Grayscale: #2E2E2E. Windows color (decimal): -15125431 or 4797465. OLE color: 4797465.

HSL color Cylindrical-coordinate representation of color #193449: hue angle of 206.25º 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 #193449 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 52 73 -
CMYK 0.66 0.29 0 0.71
HSL 206.25º 0.49% 0.19% -
HSV(B) 206.25º 0.66% 0.29% -
XYZ 2.83 3.14 6.76 -
YUV 46.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 25 52 73 0.66 0.29 0 0.71 206.25 0.49 0.19
Hex 19 34 49 42 1D 0 47 CE 31 13
Octal 31 64 111 102 35 0 107 316 61 23
Binary 11001 110100 1001001 1000010 11101 0 1000111 11001110 110001 10011

Color Harmonies of #193449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193449

Black with #193449

Text Example


Text Example

White with #193449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193449; }

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

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

background-color css

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

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

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

border-color css

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

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

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