Html Css Color HEX #193148 Blue Whale

📋 copy color: '#193148'

red 25 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #193148

Tints of Blue Whale #193148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 17.12%
G = 33.56%
B = 49.32%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193148 (or 0x193148) is known color: Blue Whale. HEX triplet: 19, 31 and 48. RGB value is (25,49,72). Sum of RGB (Red+Green+Blue) = 25+49+72=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #193148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193148 is #E6CEB7. Grayscale: #2C2C2C. Windows color (decimal): -15126200 or 4731161. OLE color: 4731161.

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

Color convert

RGB 25 49 72 -
CMYK 0.65 0.32 0 0.72
HSL 209.36º 0.48% 0.19% -
HSV(B) 209.36º 0.65% 0.28% -
XYZ 2.67 2.87 6.54 -
YUV 44.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 25 49 72 0.65 0.32 0 0.72 209.36 0.48 0.19
Hex 19 31 48 41 20 0 48 D1 30 13
Octal 31 61 110 101 40 0 110 321 60 23
Binary 11001 110001 1001000 1000001 100000 0 1001000 11010001 110000 10011

Color Harmonies of #193148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193148

Black with #193148

Text Example


Text Example

White with #193148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193148; }

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

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

background-color css

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

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

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

border-color css

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

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

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