Html Css Color HEX #193241 Blue Whale

📋 copy color: '#193241'

red 25 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #193241

Tints of Blue Whale #193241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 17.86%
G = 35.71%
B = 46.43%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193241 (or 0x193241) is known color: Blue Whale. HEX triplet: 19, 32 and 41. RGB value is (25,50,65). Sum of RGB (Red+Green+Blue) = 25+50+65=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #193241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193241 is #E6CDBE. Grayscale: #2C2C2C. Windows color (decimal): -15125951 or 4272665. OLE color: 4272665.

HSL color Cylindrical-coordinate representation of color #193241: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193241 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 50 65 -
CMYK 0.62 0.23 0 0.75
HSL 202.5º 0.44% 0.18% -
HSV(B) 202.5º 0.62% 0.25% -
XYZ 2.5 2.87 5.42 -
YUV 44.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 25 50 65 0.62 0.23 0 0.75 202.5 0.44 0.18
Hex 19 32 41 3E 17 0 4B CA 2C 12
Octal 31 62 101 76 27 0 113 312 54 22
Binary 11001 110010 1000001 111110 10111 0 1001011 11001010 101100 10010

Color Harmonies of #193241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193241

Black with #193241

Text Example


Text Example

White with #193241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193241; }

 p { color: rgb(25,50,65); }

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

background-color css

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

 a { background-color: rgb(25,50,65); }

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

border-color css

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

 span { border-color: rgb(25,50,65); }

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