#112E4E

Color #112E4E Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #112E4E

Tints of Blue Whale #112E4E

Color information

#112E4E (or 0x112E4E) is unknown color: approx Blue Whale. HEX triplet: 11, 2E and 4E. RGB value is (17,46,78). Sum of RGB (Red+Green+Blue) = 17+46+78=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #112E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E4E is #EED1B1. Grayscale: #282828. Windows color (decimal): -15651250 or 5123601. OLE color: 5123601.

HSL color Cylindrical-coordinate representation of color #112E4E: hue angle of 211.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112E4E is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB174678-
CMYK0.780.4100.69
HSL211.48º64.21%18.63%-
HSV(B)211.48º78.21%30.59%-
XYZ2.582.627.58-
YUV40.98148.89110.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=12.06%
G=32.62%
B=55.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1746780.780.4100.69211.4864.2118.63
Hex112E4E4E29045d34013
Octal215611611651010532310023
Binary10001101110100111010011101010010100010111010011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,78); }

 H1.HeaderClassName
 {
   color: #112E4E;
 }
 .AnyTagClassName
 {
   color: #112E4E;
 }
</style>
background-color css

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

 a { background-color: rgb(17,46,78); }

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

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

 span { border-color: rgb(17,46,78); }

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