Html Css Color HEX #193347 Blue Whale

📋 copy color: '#193347'

red 25 ◦ green 51 ◦ blue 71

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

Shades of Blue Whale #193347

Tints of Blue Whale #193347

RGB

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

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

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

R = 17.01%
G = 34.69%
B = 48.3%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193347 (or 0x193347) is known color: Blue Whale. HEX triplet: 19, 33 and 47. RGB value is (25,51,71). Sum of RGB (Red+Green+Blue) = 25+51+71=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #193347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193347 is #E6CCB8. Grayscale: #2D2D2D. Windows color (decimal): -15125689 or 4666137. OLE color: 4666137.

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

Color convert

RGB 25 51 71 -
CMYK 0.65 0.28 0 0.72
HSL 206.09º 0.48% 0.19% -
HSV(B) 206.09º 0.65% 0.28% -
XYZ 2.72 3.03 6.4 -
YUV 45.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 25 51 71 0.65 0.28 0 0.72 206.09 0.48 0.19
Hex 19 33 47 41 1C 0 48 CE 30 13
Octal 31 63 107 101 34 0 110 316 60 23
Binary 11001 110011 1000111 1000001 11100 0 1001000 11001110 110000 10011

Color Harmonies of #193347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193347

Black with #193347

Text Example


Text Example

White with #193347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193347; }

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

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

background-color css

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

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

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

border-color css

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

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

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