Html Css Color HEX #193649 Blue Whale

📋 copy color: '#193649'

red 25 ◦ green 54 ◦ blue 73

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

Shades of Blue Whale #193649

Tints of Blue Whale #193649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.53%

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

R = 16.45%
G = 35.53%
B = 48.03%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193649 (or 0x193649) is known color: Blue Whale. HEX triplet: 19, 36 and 49. RGB value is (25,54,73). Sum of RGB (Red+Green+Blue) = 25+54+73=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #193649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193649 is #E6C9B6. Grayscale: #2F2F2F. Windows color (decimal): -15124919 or 4797977. OLE color: 4797977.

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

Color convert

RGB 25 54 73 -
CMYK 0.66 0.26 0 0.71
HSL 203.75º 0.49% 0.19% -
HSV(B) 203.75º 0.66% 0.29% -
XYZ 2.92 3.33 6.79 -
YUV 47.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 25 54 73 0.66 0.26 0 0.71 203.75 0.49 0.19
Hex 19 36 49 42 1A 0 47 CC 31 13
Octal 31 66 111 102 32 0 107 314 61 23
Binary 11001 110110 1001001 1000010 11010 0 1000111 11001100 110001 10011

Color Harmonies of #193649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193649

Black with #193649

Text Example


Text Example

White with #193649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193649; }

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

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

background-color css

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

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

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

border-color css

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

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

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