Html Css Color HEX #193947 Blue Whale

📋 copy color: '#193947'

red 25 ◦ green 57 ◦ blue 71

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

Shades of Blue Whale #193947

Tints of Blue Whale #193947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.25%

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

R = 16.34%
G = 37.25%
B = 46.41%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193947 (or 0x193947) is known color: Blue Whale. HEX triplet: 19, 39 and 47. RGB value is (25,57,71). Sum of RGB (Red+Green+Blue) = 25+57+71=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #193947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193947 is #E6C6B8. Grayscale: #303030. Windows color (decimal): -15124153 or 4667673. OLE color: 4667673.

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

Color convert

RGB 25 57 71 -
CMYK 0.65 0.20 0 0.72
HSL 198.26º 0.48% 0.19% -
HSV(B) 198.26º 0.65% 0.28% -
XYZ 3 3.59 6.5 -
YUV 49.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 25 57 71 0.65 0.20 0 0.72 198.26 0.48 0.19
Hex 19 39 47 41 14 0 48 C6 30 13
Octal 31 71 107 101 24 0 110 306 60 23
Binary 11001 111001 1000111 1000001 10100 0 1001000 11000110 110000 10011

Color Harmonies of #193947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193947

Black with #193947

Text Example


Text Example

White with #193947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193947; }

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

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

background-color css

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

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

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

border-color css

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

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

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