Html Css Color HEX #193349 Blue Whale

📋 copy color: '#193349'

red 25 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #193349

Tints of Blue Whale #193349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 16.78%
G = 34.23%
B = 48.99%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193349 (or 0x193349) is known color: Blue Whale. HEX triplet: 19, 33 and 49. RGB value is (25,51,73). Sum of RGB (Red+Green+Blue) = 25+51+73=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #193349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193349 is #E6CCB6. Grayscale: #2D2D2D. Windows color (decimal): -15125687 or 4797209. OLE color: 4797209.

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

Color convert

RGB 25 51 73 -
CMYK 0.66 0.30 0 0.71
HSL 207.5º 0.49% 0.19% -
HSV(B) 207.5º 0.66% 0.29% -
XYZ 2.79 3.06 6.75 -
YUV 45.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 25 51 73 0.66 0.30 0 0.71 207.5 0.49 0.19
Hex 19 33 49 42 1E 0 47 D0 31 13
Octal 31 63 111 102 36 0 107 320 61 23
Binary 11001 110011 1001001 1000010 11110 0 1000111 11010000 110001 10011

Color Harmonies of #193349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193349

Black with #193349

Text Example


Text Example

White with #193349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193349; }

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

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

background-color css

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

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

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

border-color css

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

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

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