Html Css Color HEX #113149 Blue Whale

📋 copy color: '#113149'

red 17 ◦ green 49 ◦ blue 73

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

Shades of Blue Whale #113149

Tints of Blue Whale #113149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 12.23%
G = 35.25%
B = 52.52%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113149 (or 0x113149) is known color: Blue Whale. HEX triplet: 11, 31 and 49. RGB value is (17,49,73). Sum of RGB (Red+Green+Blue) = 17+49+73=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #113149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113149 is #EECEB6. Grayscale: #2A2A2A. Windows color (decimal): -15650487 or 4796689. OLE color: 4796689.

HSL color Cylindrical-coordinate representation of color #113149: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113149 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 49 73 -
CMYK 0.77 0.33 0 0.71
HSL 205.71º 0.62% 0.18% -
HSV(B) 205.71º 0.77% 0.29% -
XYZ 2.53 2.8 6.71 -
YUV 42.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 17 49 73 0.77 0.33 0 0.71 205.71 0.62 0.18
Hex 11 31 49 4D 21 0 47 CE 3E 12
Octal 21 61 111 115 41 0 107 316 76 22
Binary 10001 110001 1001001 1001101 100001 0 1000111 11001110 111110 10010

Color Harmonies of #113149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113149

Black with #113149

Text Example


Text Example

White with #113149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113149; }

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

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

background-color css

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

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

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

border-color css

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

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

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