Html Css Color HEX #113543 Blue Whale

📋 copy color: '#113543'

red 17 ◦ green 53 ◦ blue 67

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

Shades of Blue Whale #113543

Tints of Blue Whale #113543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 48.91%

R = 12.41%
G = 38.69%
B = 48.91%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113543 (or 0x113543) is known color: Blue Whale. HEX triplet: 11, 35 and 43. RGB value is (17,53,67). Sum of RGB (Red+Green+Blue) = 17+53+67=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #113543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113543 is #EECABC. Grayscale: #2B2B2B. Windows color (decimal): -15649469 or 4404497. OLE color: 4404497.

HSL color Cylindrical-coordinate representation of color #113543: hue angle of 196.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113543 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 53 67 -
CMYK 0.75 0.21 0 0.74
HSL 196.8º 0.6% 0.16% -
HSV(B) 196.8º 0.75% 0.26% -
XYZ 2.52 3.07 5.77 -
YUV 43.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 17 53 67 0.75 0.21 0 0.74 196.8 0.6 0.16
Hex 11 35 43 4B 15 0 4A C5 3C 10
Octal 21 65 103 113 25 0 112 305 74 20
Binary 10001 110101 1000011 1001011 10101 0 1001010 11000101 111100 10000

Color Harmonies of #113543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113543

Black with #113543

Text Example


Text Example

White with #113543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113543; }

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

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

background-color css

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

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

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

border-color css

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

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

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