Html Css Color HEX #112F40 Blue Whale

📋 copy color: '#112F40'

red 17 ◦ green 47 ◦ blue 64

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

Shades of Blue Whale #112F40

Tints of Blue Whale #112F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.72%

 BLUE value IS 64 (25.39% from 255) = 50%

R = 13.28%
G = 36.72%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112F40 (or 0x112F40) is known color: Blue Whale. HEX triplet: 11, 2F and 40. RGB value is (17,47,64). Sum of RGB (Red+Green+Blue) = 17+47+64=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #112F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F40 is #EED0BF. Grayscale: #272727. Windows color (decimal): -15651008 or 4206353. OLE color: 4206353.

HSL color Cylindrical-coordinate representation of color #112F40: hue angle of 201.7º degrees, saturation: 0.58, 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 #112F40 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 47 64 -
CMYK 0.73 0.27 0 0.75
HSL 201.7º 0.58% 0.16% -
HSV(B) 201.7º 0.73% 0.25% -
XYZ 2.17 2.52 5.22 -
YUV 39.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 17 47 64 0.73 0.27 0 0.75 201.7 0.58 0.16
Hex 11 2F 40 49 1B 0 4B CA 3A 10
Octal 21 57 100 111 33 0 113 312 72 20
Binary 10001 101111 1000000 1001001 11011 0 1001011 11001010 111010 10000

Color Harmonies of #112F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F40

Black with #112F40

Text Example


Text Example

White with #112F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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