Html Css Color HEX #113141 Blue Whale

📋 copy color: '#113141'

red 17 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #113141

Tints of Blue Whale #113141

RGB

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

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

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

R = 12.98%
G = 37.4%
B = 49.62%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113141 (or 0x113141) is known color: Blue Whale. HEX triplet: 11, 31 and 41. RGB value is (17,49,65). Sum of RGB (Red+Green+Blue) = 17+49+65=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #113141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113141 is #EECEBE. Grayscale: #292929. Windows color (decimal): -15650495 or 4272401. OLE color: 4272401.

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

Color convert

RGB 17 49 65 -
CMYK 0.74 0.25 0 0.75
HSL 200º 0.59% 0.16% -
HSV(B) 200º 0.74% 0.25% -
XYZ 2.28 2.7 5.4 -
YUV 41.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 17 49 65 0.74 0.25 0 0.75 200 0.59 0.16
Hex 11 31 41 4A 19 0 4B C8 3B 10
Octal 21 61 101 112 31 0 113 310 73 20
Binary 10001 110001 1000001 1001010 11001 0 1001011 11001000 111011 10000

Color Harmonies of #113141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113141

Black with #113141

Text Example


Text Example

White with #113141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113141; }

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

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

background-color css

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

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

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

border-color css

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

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

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