Html Css Color HEX #193641 Blue Whale

📋 copy color: '#193641'

red 25 ◦ green 54 ◦ blue 65

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

Shades of Blue Whale #193641

Tints of Blue Whale #193641

RGB

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

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

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

R = 17.36%
G = 37.5%
B = 45.14%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193641 (or 0x193641) is known color: Blue Whale. HEX triplet: 19, 36 and 41. RGB value is (25,54,65). Sum of RGB (Red+Green+Blue) = 25+54+65=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #193641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193641 is #E6C9BE. Grayscale: #2E2E2E. Windows color (decimal): -15124927 or 4273689. OLE color: 4273689.

HSL color Cylindrical-coordinate representation of color #193641: hue angle of 196.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 #193641 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 54 65 -
CMYK 0.62 0.17 0 0.75
HSL 196.5º 0.44% 0.18% -
HSV(B) 196.5º 0.62% 0.25% -
XYZ 2.67 3.23 5.48 -
YUV 46.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 25 54 65 0.62 0.17 0 0.75 196.5 0.44 0.18
Hex 19 36 41 3E 11 0 4B C4 2C 12
Octal 31 66 101 76 21 0 113 304 54 22
Binary 11001 110110 1000001 111110 10001 0 1001011 11000100 101100 10010

Color Harmonies of #193641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193641

Black with #193641

Text Example


Text Example

White with #193641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193641; }

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

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

background-color css

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

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

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

border-color css

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

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

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