Html Css Color HEX #193640 Blue Whale

📋 copy color: '#193640'

red 25 ◦ green 54 ◦ blue 64

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

Shades of Blue Whale #193640

Tints of Blue Whale #193640

RGB

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

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

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

R = 17.48%
G = 37.76%
B = 44.76%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193640 (or 0x193640) is known color: Blue Whale. HEX triplet: 19, 36 and 40. RGB value is (25,54,64). Sum of RGB (Red+Green+Blue) = 25+54+64=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #193640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193640 is #E6C9BF. Grayscale: #2E2E2E. Windows color (decimal): -15124928 or 4208153. OLE color: 4208153.

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

Color convert

RGB 25 54 64 -
CMYK 0.61 0.16 0 0.75
HSL 195.38º 0.44% 0.17% -
HSV(B) 195.38º 0.61% 0.25% -
XYZ 2.65 3.22 5.33 -
YUV 46.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 25 54 64 0.61 0.16 0 0.75 195.38 0.44 0.17
Hex 19 36 40 3D 10 0 4B C3 2C 11
Octal 31 66 100 75 20 0 113 303 54 21
Binary 11001 110110 1000000 111101 10000 0 1001011 11000011 101100 10001

Color Harmonies of #193640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193640

Black with #193640

Text Example


Text Example

White with #193640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193640; }

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

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

background-color css

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

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

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

border-color css

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

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

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