Html Css Color HEX #113140 Blue Whale

📋 copy color: '#113140'

red 17 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #113140

Tints of Blue Whale #113140

RGB

 RED value IS 17 (7.03% from 255) = 13.08%

 GREEN value IS 49 (19.53% from 255) = 37.69%

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

R = 13.08%
G = 37.69%
B = 49.23%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113140 (or 0x113140) is known color: Blue Whale. HEX triplet: 11, 31 and 40. RGB value is (17,49,64). Sum of RGB (Red+Green+Blue) = 17+49+64=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #113140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113140 is #EECEBF. Grayscale: #292929. Windows color (decimal): -15650496 or 4206865. OLE color: 4206865.

HSL color Cylindrical-coordinate representation of color #113140: hue angle of 199.15º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113140 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 49 64 -
CMYK 0.73 0.23 0 0.75
HSL 199.15º 0.58% 0.16% -
HSV(B) 199.15º 0.73% 0.25% -
XYZ 2.25 2.69 5.25 -
YUV 41.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 17 49 64 0.73 0.23 0 0.75 199.15 0.58 0.16
Hex 11 31 40 49 17 0 4B C7 3A 10
Octal 21 61 100 111 27 0 113 307 72 20
Binary 10001 110001 1000000 1001001 10111 0 1001011 11000111 111010 10000

Color Harmonies of #113140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113140

Black with #113140

Text Example


Text Example

White with #113140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113140; }

 p { color: rgb(17,49,64); }

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

background-color css

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

 a { background-color: rgb(17,49,64); }

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

border-color css

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

 span { border-color: rgb(17,49,64); }

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