Html Css Color HEX #193144 Blue Whale

📋 copy color: '#193144'

red 25 ◦ green 49 ◦ blue 68

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

Shades of Blue Whale #193144

Tints of Blue Whale #193144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.51%

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

R = 17.61%
G = 34.51%
B = 47.89%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193144 (or 0x193144) is known color: Blue Whale. HEX triplet: 19, 31 and 44. RGB value is (25,49,68). Sum of RGB (Red+Green+Blue) = 25+49+68=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #193144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193144 is #E6CEBB. Grayscale: #2B2B2B. Windows color (decimal): -15126204 or 4469017. OLE color: 4469017.

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

Color convert

RGB 25 49 68 -
CMYK 0.63 0.28 0 0.73
HSL 206.51º 0.46% 0.18% -
HSV(B) 206.51º 0.63% 0.27% -
XYZ 2.54 2.82 5.88 -
YUV 43.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 25 49 68 0.63 0.28 0 0.73 206.51 0.46 0.18
Hex 19 31 44 3F 1C 0 49 CF 2E 12
Octal 31 61 104 77 34 0 111 317 56 22
Binary 11001 110001 1000100 111111 11100 0 1001001 11001111 101110 10010

Color Harmonies of #193144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193144

Black with #193144

Text Example


Text Example

White with #193144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193144; }

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

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

background-color css

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

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

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

border-color css

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

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

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