Html Css Color HEX #113A48 Blue Whale

📋 copy color: '#113A48'

red 17 ◦ green 58 ◦ blue 72

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

Shades of Blue Whale #113A48

Tints of Blue Whale #113A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 11.56%
G = 39.46%
B = 48.98%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113A48 (or 0x113A48) is known color: Blue Whale. HEX triplet: 11, 3A and 48. RGB value is (17,58,72). Sum of RGB (Red+Green+Blue) = 17+58+72=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #113A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A48 is #EEC5B7. Grayscale: #2F2F2F. Windows color (decimal): -15648184 or 4733457. OLE color: 4733457.

HSL color Cylindrical-coordinate representation of color #113A48: hue angle of 195.27º degrees, saturation: 0.62, 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 #113A48 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 58 72 -
CMYK 0.76 0.19 0 0.72
HSL 195.27º 0.62% 0.17% -
HSV(B) 195.27º 0.76% 0.28% -
XYZ 2.91 3.61 6.67 -
YUV 47.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 17 58 72 0.76 0.19 0 0.72 195.27 0.62 0.17
Hex 11 3A 48 4C 13 0 48 C3 3E 11
Octal 21 72 110 114 23 0 110 303 76 21
Binary 10001 111010 1001000 1001100 10011 0 1001000 11000011 111110 10001

Color Harmonies of #113A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A48

Black with #113A48

Text Example


Text Example

White with #113A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113A48; }

 p { color: rgb(17,58,72); }

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

background-color css

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

 a { background-color: rgb(17,58,72); }

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

border-color css

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

 span { border-color: rgb(17,58,72); }

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