Html Css Color HEX #193447 Blue Whale

📋 copy color: '#193447'

red 25 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #193447

Tints of Blue Whale #193447

RGB

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

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

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

R = 16.89%
G = 35.14%
B = 47.97%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193447 (or 0x193447) is known color: Blue Whale. HEX triplet: 19, 34 and 47. RGB value is (25,52,71). Sum of RGB (Red+Green+Blue) = 25+52+71=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #193447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193447 is #E6CBB8. Grayscale: #2D2D2D. Windows color (decimal): -15125433 or 4666393. OLE color: 4666393.

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

Color convert

RGB 25 52 71 -
CMYK 0.65 0.27 0 0.72
HSL 204.78º 0.48% 0.19% -
HSV(B) 204.78º 0.65% 0.28% -
XYZ 2.77 3.12 6.42 -
YUV 46.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 25 52 71 0.65 0.27 0 0.72 204.78 0.48 0.19
Hex 19 34 47 41 1B 0 48 CD 30 13
Octal 31 64 107 101 33 0 110 315 60 23
Binary 11001 110100 1000111 1000001 11011 0 1001000 11001101 110000 10011

Color Harmonies of #193447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193447

Black with #193447

Text Example


Text Example

White with #193447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193447; }

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

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

background-color css

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

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

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

border-color css

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

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

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