Html Css Color HEX #113250 Blue Whale

📋 copy color: '#113250'

red 17 ◦ green 50 ◦ blue 80

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

Shades of Blue Whale #113250

Tints of Blue Whale #113250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.42%

R = 11.56%
G = 34.01%
B = 54.42%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#113250 (or 0x113250) is known color: Blue Whale. HEX triplet: 11, 32 and 50. RGB value is (17,50,80). Sum of RGB (Red+Green+Blue) = 17+50+80=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #113250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113250 is #EECDAF. Grayscale: #2B2B2B. Windows color (decimal): -15650224 or 5255697. OLE color: 5255697.

HSL color Cylindrical-coordinate representation of color #113250: hue angle of 208.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113250 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 50 80 -
CMYK 0.79 0.37 0 0.69
HSL 208.57º 0.65% 0.19% -
HSV(B) 208.57º 0.79% 0.31% -
XYZ 2.82 2.98 8.02 -
YUV 43.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 17 50 80 0.79 0.37 0 0.69 208.57 0.65 0.19
Hex 11 32 50 4F 25 0 45 D1 41 13
Octal 21 62 120 117 45 0 105 321 101 23
Binary 10001 110010 1010000 1001111 100101 0 1000101 11010001 1000001 10011

Color Harmonies of #113250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113250

Black with #113250

Text Example


Text Example

White with #113250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113250; }

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

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

background-color css

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

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

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

border-color css

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

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

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