#112F3F

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

Shades of Blue Whale #112F3F

Tints of Blue Whale #112F3F

Color information

#112F3F (or 0x112F3F) is unknown color: approx Blue Whale. HEX triplet: 11, 2F and 3F. RGB value is (17,47,63). Sum of RGB (Red+Green+Blue) = 17+47+63=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #112F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F3F is #EED0C0. Grayscale: #272727. Windows color (decimal): -15651009 or 4140817. OLE color: 4140817.

HSL color Cylindrical-coordinate representation of color #112F3F: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112F3F is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB174763-
CMYK0.730.2500.75
HSL200.87º57.5%15.69%-
HSV(B)200.87º73.02%24.71%-
XYZ2.142.515.07-
YUV39.85141.06111.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 63 (25% from 255) = 49.61%
R=13.39%
G=37.01%
B=49.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1747630.730.2500.75200.8757.515.69
Hex112F3F491904Bc93a10
Octal2157771113101133117220
Binary10001101111111111100100111001010010111100100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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