Html Css Color HEX #113548 Blue Whale

📋 copy color: '#113548'

red 17 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #113548

Tints of Blue Whale #113548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

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

R = 11.97%
G = 37.32%
B = 50.7%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113548 (or 0x113548) is known color: Blue Whale. HEX triplet: 11, 35 and 48. RGB value is (17,53,72). Sum of RGB (Red+Green+Blue) = 17+53+72=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #113548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113548 is #EECAB7. Grayscale: #2C2C2C. Windows color (decimal): -15649464 or 4732177. OLE color: 4732177.

HSL color Cylindrical-coordinate representation of color #113548: hue angle of 200.73º 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 #113548 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 53 72 -
CMYK 0.76 0.26 0 0.72
HSL 200.73º 0.62% 0.17% -
HSV(B) 200.73º 0.76% 0.28% -
XYZ 2.67 3.13 6.59 -
YUV 44.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 17 53 72 0.76 0.26 0 0.72 200.73 0.62 0.17
Hex 11 35 48 4C 1A 0 48 C9 3E 11
Octal 21 65 110 114 32 0 110 311 76 21
Binary 10001 110101 1001000 1001100 11010 0 1001000 11001001 111110 10001

Color Harmonies of #113548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113548

Black with #113548

Text Example


Text Example

White with #113548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113548; }

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

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

background-color css

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

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

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

border-color css

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

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

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