Html Css Color HEX #193744 Blue Whale

📋 copy color: '#193744'

red 25 ◦ green 55 ◦ blue 68

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

Shades of Blue Whale #193744

Tints of Blue Whale #193744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.16%

 BLUE value IS 68 (26.95% from 255) = 45.95%

R = 16.89%
G = 37.16%
B = 45.95%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193744 (or 0x193744) is known color: Blue Whale. HEX triplet: 19, 37 and 44. RGB value is (25,55,68). Sum of RGB (Red+Green+Blue) = 25+55+68=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #193744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193744 is #E6C8BB. Grayscale: #2F2F2F. Windows color (decimal): -15124668 or 4470553. OLE color: 4470553.

HSL color Cylindrical-coordinate representation of color #193744: hue angle of 198.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193744 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 55 68 -
CMYK 0.63 0.19 0 0.73
HSL 198.14º 0.46% 0.18% -
HSV(B) 198.14º 0.63% 0.27% -
XYZ 2.81 3.36 5.97 -
YUV 47.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 25 55 68 0.63 0.19 0 0.73 198.14 0.46 0.18
Hex 19 37 44 3F 13 0 49 C6 2E 12
Octal 31 67 104 77 23 0 111 306 56 22
Binary 11001 110111 1000100 111111 10011 0 1001001 11000110 101110 10010

Color Harmonies of #193744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193744

Black with #193744

Text Example


Text Example

White with #193744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193744; }

 p { color: rgb(25,55,68); }

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

background-color css

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

 a { background-color: rgb(25,55,68); }

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

border-color css

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

 span { border-color: rgb(25,55,68); }

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