Html Css Color HEX #113450 Blue Whale

📋 copy color: '#113450'

red 17 ◦ green 52 ◦ blue 80

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

Shades of Blue Whale #113450

Tints of Blue Whale #113450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.9%

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

R = 11.41%
G = 34.9%
B = 53.69%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#113450 (or 0x113450) is known color: Blue Whale. HEX triplet: 11, 34 and 50. RGB value is (17,52,80). Sum of RGB (Red+Green+Blue) = 17+52+80=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #113450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113450 is #EECBAF. Grayscale: #2C2C2C. Windows color (decimal): -15649712 or 5256209. OLE color: 5256209.

HSL color Cylindrical-coordinate representation of color #113450: hue angle of 206.67º 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 #113450 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 52 80 -
CMYK 0.79 0.35 0 0.69
HSL 206.67º 0.65% 0.19% -
HSV(B) 206.67º 0.79% 0.31% -
XYZ 2.91 3.15 8.05 -
YUV 44.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 17 52 80 0.79 0.35 0 0.69 206.67 0.65 0.19
Hex 11 34 50 4F 23 0 45 CF 41 13
Octal 21 64 120 117 43 0 105 317 101 23
Binary 10001 110100 1010000 1001111 100011 0 1000101 11001111 1000001 10011

Color Harmonies of #113450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113450

Black with #113450

Text Example


Text Example

White with #113450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113450; }

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

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

background-color css

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

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

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

border-color css

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

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

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