Html Css Color HEX #112D47 Blue Whale

📋 copy color: '#112D47'

red 17 ◦ green 45 ◦ blue 71

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

Shades of Blue Whale #112D47

Tints of Blue Whale #112D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

 BLUE value IS 71 (28.13% from 255) = 53.38%

R = 12.78%
G = 33.83%
B = 53.38%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112D47 (or 0x112D47) is known color: Blue Whale. HEX triplet: 11, 2D and 47. RGB value is (17,45,71). Sum of RGB (Red+Green+Blue) = 17+45+71=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #112D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D47 is #EED2B8. Grayscale: #272727. Windows color (decimal): -15651513 or 4664593. OLE color: 4664593.

HSL color Cylindrical-coordinate representation of color #112D47: hue angle of 208.89º degrees, saturation: 0.61, 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 #112D47 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 45 71 -
CMYK 0.76 0.37 0 0.72
HSL 208.89º 0.61% 0.17% -
HSV(B) 208.89º 0.76% 0.28% -
XYZ 2.31 2.45 6.31 -
YUV 39.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 17 45 71 0.76 0.37 0 0.72 208.89 0.61 0.17
Hex 11 2D 47 4C 25 0 48 D1 3D 11
Octal 21 55 107 114 45 0 110 321 75 21
Binary 10001 101101 1000111 1001100 100101 0 1001000 11010001 111101 10001

Color Harmonies of #112D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D47

Black with #112D47

Text Example


Text Example

White with #112D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D47; }

 p { color: rgb(17,45,71); }

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

background-color css

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

 a { background-color: rgb(17,45,71); }

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

border-color css

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

 span { border-color: rgb(17,45,71); }

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