Html Css Color HEX #112D48 Blue Whale

📋 copy color: '#112D48'

red 17 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #112D48

Tints of Blue Whale #112D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.58%

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

R = 12.69%
G = 33.58%
B = 53.73%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112D48 (or 0x112D48) is known color: Blue Whale. HEX triplet: 11, 2D and 48. RGB value is (17,45,72). Sum of RGB (Red+Green+Blue) = 17+45+72=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #112D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D48 is #EED2B7. Grayscale: #272727. Windows color (decimal): -15651512 or 4730129. OLE color: 4730129.

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

Color convert

RGB 17 45 72 -
CMYK 0.76 0.38 0 0.72
HSL 209.45º 0.62% 0.17% -
HSV(B) 209.45º 0.76% 0.28% -
XYZ 2.34 2.46 6.48 -
YUV 39.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 17 45 72 0.76 0.38 0 0.72 209.45 0.62 0.17
Hex 11 2D 48 4C 26 0 48 D1 3E 11
Octal 21 55 110 114 46 0 110 321 76 21
Binary 10001 101101 1001000 1001100 100110 0 1001000 11010001 111110 10001

Color Harmonies of #112D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D48

Black with #112D48

Text Example


Text Example

White with #112D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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