Html Css Color HEX #113241 Blue Whale

📋 copy color: '#113241'

red 17 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #113241

Tints of Blue Whale #113241

RGB

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

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

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

R = 12.88%
G = 37.88%
B = 49.24%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113241 (or 0x113241) is known color: Blue Whale. HEX triplet: 11, 32 and 41. RGB value is (17,50,65). Sum of RGB (Red+Green+Blue) = 17+50+65=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #113241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113241 is #EECDBE. Grayscale: #292929. Windows color (decimal): -15650239 or 4272657. OLE color: 4272657.

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

Color convert

RGB 17 50 65 -
CMYK 0.74 0.23 0 0.75
HSL 198.75º 0.59% 0.16% -
HSV(B) 198.75º 0.74% 0.25% -
XYZ 2.33 2.78 5.42 -
YUV 41.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 17 50 65 0.74 0.23 0 0.75 198.75 0.59 0.16
Hex 11 32 41 4A 17 0 4B C7 3B 10
Octal 21 62 101 112 27 0 113 307 73 20
Binary 10001 110010 1000001 1001010 10111 0 1001011 11000111 111011 10000

Color Harmonies of #113241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113241

Black with #113241

Text Example


Text Example

White with #113241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113241; }

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

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

background-color css

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

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

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

border-color css

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

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

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