Html Css Color HEX #193240 Blue Whale

📋 copy color: '#193240'

red 25 ◦ green 50 ◦ blue 64

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

Shades of Blue Whale #193240

Tints of Blue Whale #193240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.04%

R = 17.99%
G = 35.97%
B = 46.04%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193240 (or 0x193240) is known color: Blue Whale. HEX triplet: 19, 32 and 40. RGB value is (25,50,64). Sum of RGB (Red+Green+Blue) = 25+50+64=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #193240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193240 is #E6CDBF. Grayscale: #2C2C2C. Windows color (decimal): -15125952 or 4207129. OLE color: 4207129.

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

Color convert

RGB 25 50 64 -
CMYK 0.61 0.22 0 0.75
HSL 201.54º 0.44% 0.17% -
HSV(B) 201.54º 0.61% 0.25% -
XYZ 2.47 2.86 5.27 -
YUV 44.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 25 50 64 0.61 0.22 0 0.75 201.54 0.44 0.17
Hex 19 32 40 3D 16 0 4B CA 2C 11
Octal 31 62 100 75 26 0 113 312 54 21
Binary 11001 110010 1000000 111101 10110 0 1001011 11001010 101100 10001

Color Harmonies of #193240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193240

Black with #193240

Text Example


Text Example

White with #193240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193240; }

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

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

background-color css

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

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

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

border-color css

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

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

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