Html Css Color HEX #193648 Blue Whale

📋 copy color: '#193648'

red 25 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #193648

Tints of Blue Whale #193648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 16.56%
G = 35.76%
B = 47.68%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193648 (or 0x193648) is known color: Blue Whale. HEX triplet: 19, 36 and 48. RGB value is (25,54,72). Sum of RGB (Red+Green+Blue) = 25+54+72=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #193648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193648 is #E6C9B7. Grayscale: #2F2F2F. Windows color (decimal): -15124920 or 4732441. OLE color: 4732441.

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

Color convert

RGB 25 54 72 -
CMYK 0.65 0.25 0 0.72
HSL 202.98º 0.48% 0.19% -
HSV(B) 202.98º 0.65% 0.28% -
XYZ 2.89 3.31 6.62 -
YUV 47.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 25 54 72 0.65 0.25 0 0.72 202.98 0.48 0.19
Hex 19 36 48 41 19 0 48 CB 30 13
Octal 31 66 110 101 31 0 110 313 60 23
Binary 11001 110110 1001000 1000001 11001 0 1001000 11001011 110000 10011

Color Harmonies of #193648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193648

Black with #193648

Text Example


Text Example

White with #193648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193648; }

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

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

background-color css

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

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

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

border-color css

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

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

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