Html Css Color HEX #113040 Blue Whale

📋 copy color: '#113040'

red 17 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #113040

Tints of Blue Whale #113040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 13.18%
G = 37.21%
B = 49.61%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113040 (or 0x113040) is known color: Blue Whale. HEX triplet: 11, 30 and 40. RGB value is (17,48,64). Sum of RGB (Red+Green+Blue) = 17+48+64=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #113040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113040 is #EECFBF. Grayscale: #282828. Windows color (decimal): -15650752 or 4206609. OLE color: 4206609.

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

Color convert

RGB 17 48 64 -
CMYK 0.73 0.25 0 0.75
HSL 200.43º 0.58% 0.16% -
HSV(B) 200.43º 0.73% 0.25% -
XYZ 2.21 2.6 5.24 -
YUV 40.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 17 48 64 0.73 0.25 0 0.75 200.43 0.58 0.16
Hex 11 30 40 49 19 0 4B C8 3A 10
Octal 21 60 100 111 31 0 113 310 72 20
Binary 10001 110000 1000000 1001001 11001 0 1001011 11001000 111010 10000

Color Harmonies of #113040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113040

Black with #113040

Text Example


Text Example

White with #113040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113040; }

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

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

background-color css

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

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

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

border-color css

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

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

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