Html Css Color HEX #113A4C Blue Whale

📋 copy color: '#113A4C'

red 17 ◦ green 58 ◦ blue 76

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

Shades of Blue Whale #113A4C

Tints of Blue Whale #113A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.41%

 BLUE value IS 76 (30.08% from 255) = 50.33%

R = 11.26%
G = 38.41%
B = 50.33%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#113A4C (or 0x113A4C) is known color: Blue Whale. HEX triplet: 11, 3A and 4C. RGB value is (17,58,76). Sum of RGB (Red+Green+Blue) = 17+58+76=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #113A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A4C is #EEC5B3. Grayscale: #2F2F2F. Windows color (decimal): -15648180 or 4995601. OLE color: 4995601.

HSL color Cylindrical-coordinate representation of color #113A4C: hue angle of 198.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113A4C is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 58 76 -
CMYK 0.78 0.24 0 0.70
HSL 198.31º 0.63% 0.18% -
HSV(B) 198.31º 0.78% 0.3% -
XYZ 3.05 3.67 7.38 -
YUV 47.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 17 58 76 0.78 0.24 0 0.70 198.31 0.63 0.18
Hex 11 3A 4C 4E 18 0 46 C6 3F 12
Octal 21 72 114 116 30 0 106 306 77 22
Binary 10001 111010 1001100 1001110 11000 0 1000110 11000110 111111 10010

Color Harmonies of #113A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A4C

Black with #113A4C

Text Example


Text Example

White with #113A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113A4C; }

 p { color: rgb(17,58,76); }

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

background-color css

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

 a { background-color: rgb(17,58,76); }

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

border-color css

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

 span { border-color: rgb(17,58,76); }

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