Html Css Color HEX #193146 Blue Whale

📋 copy color: '#193146'

red 25 ◦ green 49 ◦ blue 70

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

Shades of Blue Whale #193146

Tints of Blue Whale #193146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 17.36%
G = 34.03%
B = 48.61%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193146 (or 0x193146) is known color: Blue Whale. HEX triplet: 19, 31 and 46. RGB value is (25,49,70). Sum of RGB (Red+Green+Blue) = 25+49+70=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #193146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193146 is #E6CEB9. Grayscale: #2C2C2C. Windows color (decimal): -15126202 or 4600089. OLE color: 4600089.

HSL color Cylindrical-coordinate representation of color #193146: hue angle of 208º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193146 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 49 70 -
CMYK 0.64 0.30 0 0.73
HSL 208º 0.47% 0.19% -
HSV(B) 208º 0.64% 0.27% -
XYZ 2.6 2.85 6.21 -
YUV 44.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 25 49 70 0.64 0.30 0 0.73 208 0.47 0.19
Hex 19 31 46 40 1E 0 49 D0 2F 13
Octal 31 61 106 100 36 0 111 320 57 23
Binary 11001 110001 1000110 1000000 11110 0 1001001 11010000 101111 10011

Color Harmonies of #193146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193146

Black with #193146

Text Example


Text Example

White with #193146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193146; }

 p { color: rgb(25,49,70); }

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

background-color css

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

 a { background-color: rgb(25,49,70); }

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

border-color css

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

 span { border-color: rgb(25,49,70); }

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