#112F4E

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

Shades of Blue Whale #112F4E

Tints of Blue Whale #112F4E

Color information

#112F4E (or 0x112F4E) is unknown color: approx Blue Whale. HEX triplet: 11, 2F and 4E. RGB value is (17,47,78). Sum of RGB (Red+Green+Blue) = 17+47+78=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #112F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F4E is #EED0B1. Grayscale: #292929. Windows color (decimal): -15650994 or 5123857. OLE color: 5123857.

HSL color Cylindrical-coordinate representation of color #112F4E: hue angle of 210.49º 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 #112F4E is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB174778-
CMYK0.780.4000.69
HSL210.49º64.21%18.63%-
HSV(B)210.49º78.21%30.59%-
XYZ2.622.77.59-
YUV41.56148.56110.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=11.97%
G=33.10%
B=54.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1747780.780.4000.69210.4964.2118.63
Hex112F4E4E28045d24013
Octal215711611650010532210023
Binary10001101111100111010011101010000100010111010010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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