Html Css Color HEX #113448 Blue Whale

📋 copy color: '#113448'

red 17 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #113448

Tints of Blue Whale #113448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 12.06%
G = 36.88%
B = 51.06%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113448 (or 0x113448) is known color: Blue Whale. HEX triplet: 11, 34 and 48. RGB value is (17,52,72). Sum of RGB (Red+Green+Blue) = 17+52+72=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #113448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113448 is #EECBB7. Grayscale: #2B2B2B. Windows color (decimal): -15649720 or 4731921. OLE color: 4731921.

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

Color convert

RGB 17 52 72 -
CMYK 0.76 0.28 0 0.72
HSL 201.82º 0.62% 0.17% -
HSV(B) 201.82º 0.76% 0.28% -
XYZ 2.63 3.04 6.58 -
YUV 43.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 17 52 72 0.76 0.28 0 0.72 201.82 0.62 0.17
Hex 11 34 48 4C 1C 0 48 CA 3E 11
Octal 21 64 110 114 34 0 110 312 76 21
Binary 10001 110100 1001000 1001100 11100 0 1001000 11001010 111110 10001

Color Harmonies of #113448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113448

Black with #113448

Text Example


Text Example

White with #113448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113448; }

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

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

background-color css

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

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

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

border-color css

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

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

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