Html Css Color HEX #193741 Blue Whale

📋 copy color: '#193741'

red 25 ◦ green 55 ◦ blue 65

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

Shades of Blue Whale #193741

Tints of Blue Whale #193741

RGB

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

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

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

R = 17.24%
G = 37.93%
B = 44.83%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193741 (or 0x193741) is known color: Blue Whale. HEX triplet: 19, 37 and 41. RGB value is (25,55,65). Sum of RGB (Red+Green+Blue) = 25+55+65=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #193741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193741 is #E6C8BE. Grayscale: #2F2F2F. Windows color (decimal): -15124671 or 4273945. OLE color: 4273945.

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

Color convert

RGB 25 55 65 -
CMYK 0.62 0.15 0 0.75
HSL 195º 0.44% 0.18% -
HSV(B) 195º 0.62% 0.25% -
XYZ 2.72 3.32 5.5 -
YUV 47.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 25 55 65 0.62 0.15 0 0.75 195 0.44 0.18
Hex 19 37 41 3E F 0 4B C3 2C 12
Octal 31 67 101 76 17 0 113 303 54 22
Binary 11001 110111 1000001 111110 1111 0 1001011 11000011 101100 10010

Color Harmonies of #193741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193741

Black with #193741

Text Example


Text Example

White with #193741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193741; }

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

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

background-color css

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

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

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

border-color css

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

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

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