Html Css Color HEX #113348 Blue Whale

📋 copy color: '#113348'

red 17 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #113348

Tints of Blue Whale #113348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

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

R = 12.14%
G = 36.43%
B = 51.43%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113348 (or 0x113348) is known color: Blue Whale. HEX triplet: 11, 33 and 48. RGB value is (17,51,72). Sum of RGB (Red+Green+Blue) = 17+51+72=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #113348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113348 is #EECCB7. Grayscale: #2B2B2B. Windows color (decimal): -15649976 or 4731665. OLE color: 4731665.

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

Color convert

RGB 17 51 72 -
CMYK 0.76 0.29 0 0.72
HSL 202.91º 0.62% 0.17% -
HSV(B) 202.91º 0.76% 0.28% -
XYZ 2.58 2.95 6.56 -
YUV 43.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 17 51 72 0.76 0.29 0 0.72 202.91 0.62 0.17
Hex 11 33 48 4C 1D 0 48 CB 3E 11
Octal 21 63 110 114 35 0 110 313 76 21
Binary 10001 110011 1001000 1001100 11101 0 1001000 11001011 111110 10001

Color Harmonies of #113348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113348

Black with #113348

Text Example


Text Example

White with #113348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113348; }

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

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

background-color css

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

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

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

border-color css

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

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

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