Html Css Color HEX #193548 Blue Whale

📋 copy color: '#193548'

red 25 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #193548

Tints of Blue Whale #193548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

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

R = 16.67%
G = 35.33%
B = 48%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193548 (or 0x193548) is known color: Blue Whale. HEX triplet: 19, 35 and 48. RGB value is (25,53,72). Sum of RGB (Red+Green+Blue) = 25+53+72=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #193548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193548 is #E6CAB7. Grayscale: #2E2E2E. Windows color (decimal): -15125176 or 4732185. OLE color: 4732185.

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

Color convert

RGB 25 53 72 -
CMYK 0.65 0.26 0 0.72
HSL 204.26º 0.48% 0.19% -
HSV(B) 204.26º 0.65% 0.28% -
XYZ 2.84 3.22 6.6 -
YUV 46.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 25 53 72 0.65 0.26 0 0.72 204.26 0.48 0.19
Hex 19 35 48 41 1A 0 48 CC 30 13
Octal 31 65 110 101 32 0 110 314 60 23
Binary 11001 110101 1001000 1000001 11010 0 1001000 11001100 110000 10011

Color Harmonies of #193548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193548

Black with #193548

Text Example


Text Example

White with #193548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193548; }

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

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

background-color css

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

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

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

border-color css

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

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

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