Html Css Color HEX #112F4D Blue Whale

📋 copy color: '#112F4D'

red 17 ◦ green 47 ◦ blue 77

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

Shades of Blue Whale #112F4D

Tints of Blue Whale #112F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 12.06%
G = 33.33%
B = 54.61%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#112F4D (or 0x112F4D) is known color: Blue Whale. HEX triplet: 11, 2F and 4D. RGB value is (17,47,77). Sum of RGB (Red+Green+Blue) = 17+47+77=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #112F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F4D is #EED0B2. Grayscale: #292929. Windows color (decimal): -15650995 or 5058321. OLE color: 5058321.

HSL color Cylindrical-coordinate representation of color #112F4D: hue angle of 210º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112F4D is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 47 77 -
CMYK 0.78 0.39 0 0.70
HSL 210º 0.64% 0.18% -
HSV(B) 210º 0.78% 0.3% -
XYZ 2.59 2.69 7.4 -
YUV 41.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 17 47 77 0.78 0.39 0 0.70 210 0.64 0.18
Hex 11 2F 4D 4E 27 0 46 D2 40 12
Octal 21 57 115 116 47 0 106 322 100 22
Binary 10001 101111 1001101 1001110 100111 0 1000110 11010010 1000000 10010

Color Harmonies of #112F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F4D

Black with #112F4D

Text Example


Text Example

White with #112F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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