Html Css Color HEX #193547 Blue Whale

📋 copy color: '#193547'

red 25 ◦ green 53 ◦ blue 71

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

Shades of Blue Whale #193547

Tints of Blue Whale #193547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 16.78%
G = 35.57%
B = 47.65%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193547 (or 0x193547) is known color: Blue Whale. HEX triplet: 19, 35 and 47. RGB value is (25,53,71). Sum of RGB (Red+Green+Blue) = 25+53+71=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #193547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193547 is #E6CAB8. Grayscale: #2E2E2E. Windows color (decimal): -15125177 or 4666649. OLE color: 4666649.

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

Color convert

RGB 25 53 71 -
CMYK 0.65 0.25 0 0.72
HSL 203.48º 0.48% 0.19% -
HSV(B) 203.48º 0.65% 0.28% -
XYZ 2.81 3.21 6.43 -
YUV 46.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 25 53 71 0.65 0.25 0 0.72 203.48 0.48 0.19
Hex 19 35 47 41 19 0 48 CB 30 13
Octal 31 65 107 101 31 0 110 313 60 23
Binary 11001 110101 1000111 1000001 11001 0 1001000 11001011 110000 10011

Color Harmonies of #193547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193547

Black with #193547

Text Example


Text Example

White with #193547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193547; }

 p { color: rgb(25,53,71); }

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

background-color css

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

 a { background-color: rgb(25,53,71); }

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

border-color css

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

 span { border-color: rgb(25,53,71); }

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