Html Css Color HEX #113948 Blue Whale

📋 copy color: '#113948'

red 17 ◦ green 57 ◦ blue 72

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

Shades of Blue Whale #113948

Tints of Blue Whale #113948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.04%

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

R = 11.64%
G = 39.04%
B = 49.32%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113948 (or 0x113948) is known color: Blue Whale. HEX triplet: 11, 39 and 48. RGB value is (17,57,72). Sum of RGB (Red+Green+Blue) = 17+57+72=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #113948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113948 is #EEC6B7. Grayscale: #2E2E2E. Windows color (decimal): -15648440 or 4733201. OLE color: 4733201.

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

Color convert

RGB 17 57 72 -
CMYK 0.76 0.21 0 0.72
HSL 196.36º 0.62% 0.17% -
HSV(B) 196.36º 0.76% 0.28% -
XYZ 2.86 3.51 6.66 -
YUV 46.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 17 57 72 0.76 0.21 0 0.72 196.36 0.62 0.17
Hex 11 39 48 4C 15 0 48 C4 3E 11
Octal 21 71 110 114 25 0 110 304 76 21
Binary 10001 111001 1001000 1001100 10101 0 1001000 11000100 111110 10001

Color Harmonies of #113948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113948

Black with #113948

Text Example


Text Example

White with #113948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113948; }

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

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

background-color css

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

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

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

border-color css

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

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

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