Html Css Color HEX #113247 Blue Whale

📋 copy color: '#113247'

red 17 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #113247

Tints of Blue Whale #113247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 51.45%

R = 12.32%
G = 36.23%
B = 51.45%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113247 (or 0x113247) is known color: Blue Whale. HEX triplet: 11, 32 and 47. RGB value is (17,50,71). Sum of RGB (Red+Green+Blue) = 17+50+71=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #113247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113247 is #EECDB8. Grayscale: #2A2A2A. Windows color (decimal): -15650233 or 4665873. OLE color: 4665873.

HSL color Cylindrical-coordinate representation of color #113247: hue angle of 203.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113247 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 50 71 -
CMYK 0.76 0.30 0 0.72
HSL 203.33º 0.61% 0.17% -
HSV(B) 203.33º 0.76% 0.28% -
XYZ 2.51 2.86 6.38 -
YUV 42.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 17 50 71 0.76 0.30 0 0.72 203.33 0.61 0.17
Hex 11 32 47 4C 1E 0 48 CB 3D 11
Octal 21 62 107 114 36 0 110 313 75 21
Binary 10001 110010 1000111 1001100 11110 0 1001000 11001011 111101 10001

Color Harmonies of #113247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113247

Black with #113247

Text Example


Text Example

White with #113247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113247; }

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

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

background-color css

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

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

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

border-color css

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

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

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