Html Css Color HEX #193448 Blue Whale

📋 copy color: '#193448'

red 25 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #193448

Tints of Blue Whale #193448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.9%

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

R = 16.78%
G = 34.9%
B = 48.32%

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

#193448 (or 0x193448) is known color: Blue Whale. HEX triplet: 19, 34 and 48. RGB value is (25,52,72). Sum of RGB (Red+Green+Blue) = 25+52+72=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #193448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193448 is #E6CBB7. Grayscale: #2E2E2E. Windows color (decimal): -15125432 or 4731929. OLE color: 4731929.

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

Color convert

RGB 25 52 72 -
CMYK 0.65 0.28 0 0.72
HSL 205.53º 0.48% 0.19% -
HSV(B) 205.53º 0.65% 0.28% -
XYZ 2.8 3.13 6.59 -
YUV 46.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 25 52 72 0.65 0.28 0 0.72 205.53 0.48 0.19
Hex 19 34 48 41 1C 0 48 CE 30 13
Octal 31 64 110 101 34 0 110 316 60 23
Binary 11001 110100 1001000 1000001 11100 0 1001000 11001110 110000 10011

Color Harmonies of #193448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193448

Black with #193448

Text Example


Text Example

White with #193448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193448; }

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

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

background-color css

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

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

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

border-color css

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

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

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