Html Css Color HEX #193A48 Blue Whale

📋 copy color: '#193A48'

red 25 ◦ green 58 ◦ blue 72

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

Shades of Blue Whale #193A48

Tints of Blue Whale #193A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.42%

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

R = 16.13%
G = 37.42%
B = 46.45%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193A48 (or 0x193A48) is known color: Blue Whale. HEX triplet: 19, 3A and 48. RGB value is (25,58,72). Sum of RGB (Red+Green+Blue) = 25+58+72=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #193A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A48 is #E6C5B7. Grayscale: #313131. Windows color (decimal): -15123896 or 4733465. OLE color: 4733465.

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

Color convert

RGB 25 58 72 -
CMYK 0.65 0.19 0 0.72
HSL 197.87º 0.48% 0.19% -
HSV(B) 197.87º 0.65% 0.28% -
XYZ 3.08 3.7 6.68 -
YUV 49.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 25 58 72 0.65 0.19 0 0.72 197.87 0.48 0.19
Hex 19 3A 48 41 13 0 48 C6 30 13
Octal 31 72 110 101 23 0 110 306 60 23
Binary 11001 111010 1001000 1000001 10011 0 1001000 11000110 110000 10011

Color Harmonies of #193A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A48

Black with #193A48

Text Example


Text Example

White with #193A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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