Html Css Color HEX #193541 Blue Whale

📋 copy color: '#193541'

red 25 ◦ green 53 ◦ blue 65

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

Shades of Blue Whale #193541

Tints of Blue Whale #193541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 17.48%
G = 37.06%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193541 (or 0x193541) is known color: Blue Whale. HEX triplet: 19, 35 and 41. RGB value is (25,53,65). Sum of RGB (Red+Green+Blue) = 25+53+65=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #193541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193541 is #E6CABE. Grayscale: #2D2D2D. Windows color (decimal): -15125183 or 4273433. OLE color: 4273433.

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

Color convert

RGB 25 53 65 -
CMYK 0.62 0.18 0 0.75
HSL 198º 0.44% 0.18% -
HSV(B) 198º 0.62% 0.25% -
XYZ 2.63 3.13 5.47 -
YUV 46 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 25 53 65 0.62 0.18 0 0.75 198 0.44 0.18
Hex 19 35 41 3E 12 0 4B C6 2C 12
Octal 31 65 101 76 22 0 113 306 54 22
Binary 11001 110101 1000001 111110 10010 0 1001011 11000110 101100 10010

Color Harmonies of #193541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193541

Black with #193541

Text Example


Text Example

White with #193541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193541; }

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

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

background-color css

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

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

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

border-color css

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

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

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