Html Css Color HEX #112F48 Blue Whale

📋 copy color: '#112F48'

red 17 ◦ green 47 ◦ blue 72

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

Shades of Blue Whale #112F48

Tints of Blue Whale #112F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.94%

R = 12.5%
G = 34.56%
B = 52.94%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112F48 (or 0x112F48) is known color: Blue Whale. HEX triplet: 11, 2F and 48. RGB value is (17,47,72). Sum of RGB (Red+Green+Blue) = 17+47+72=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #112F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F48 is #EED0B7. Grayscale: #282828. Windows color (decimal): -15651000 or 4730641. OLE color: 4730641.

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

Color convert

RGB 17 47 72 -
CMYK 0.76 0.35 0 0.72
HSL 207.27º 0.62% 0.17% -
HSV(B) 207.27º 0.76% 0.28% -
XYZ 2.42 2.62 6.51 -
YUV 40.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 17 47 72 0.76 0.35 0 0.72 207.27 0.62 0.17
Hex 11 2F 48 4C 23 0 48 CF 3E 11
Octal 21 57 110 114 43 0 110 317 76 21
Binary 10001 101111 1001000 1001100 100011 0 1001000 11001111 111110 10001

Color Harmonies of #112F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F48

Black with #112F48

Text Example


Text Example

White with #112F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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