Html Css Color HEX #113249 Blue Whale

📋 copy color: '#113249'

red 17 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #113249

Tints of Blue Whale #113249

RGB

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

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

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

R = 12.14%
G = 35.71%
B = 52.14%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113249 (or 0x113249) is known color: Blue Whale. HEX triplet: 11, 32 and 49. RGB value is (17,50,73). Sum of RGB (Red+Green+Blue) = 17+50+73=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #113249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113249 is #EECDB6. Grayscale: #2A2A2A. Windows color (decimal): -15650231 or 4796945. OLE color: 4796945.

HSL color Cylindrical-coordinate representation of color #113249: hue angle of 204.64º 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 #113249 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 50 73 -
CMYK 0.77 0.32 0 0.71
HSL 204.64º 0.62% 0.18% -
HSV(B) 204.64º 0.77% 0.29% -
XYZ 2.57 2.88 6.72 -
YUV 42.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 17 50 73 0.77 0.32 0 0.71 204.64 0.62 0.18
Hex 11 32 49 4D 20 0 47 CD 3E 12
Octal 21 62 111 115 40 0 107 315 76 22
Binary 10001 110010 1001001 1001101 100000 0 1000111 11001101 111110 10010

Color Harmonies of #113249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113249

Black with #113249

Text Example


Text Example

White with #113249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113249; }

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

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

background-color css

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

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

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

border-color css

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

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

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