Html Css Color HEX #112B78 Sapphire

📋 copy color: '#112B78'

red 17 ◦ green 43 ◦ blue 120

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

Shades of Sapphire #112B78

Tints of Sapphire #112B78

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.89%

 BLUE value IS 120 (47.27% from 255) = 66.67%

R = 9.44%
G = 23.89%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112B78 (or 0x112B78) is known color: Sapphire. HEX triplet: 11, 2B and 78. RGB value is (17,43,120). Sum of RGB (Red+Green+Blue) = 17+43+120=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #112B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B78 is #EED487. Grayscale: #2B2B2B. Windows color (decimal): -15651976 or 7875345. OLE color: 7875345.

HSL color Cylindrical-coordinate representation of color #112B78: hue angle of 224.85º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112B78 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 43 120 -
CMYK 0.86 0.64 0 0.53
HSL 224.85º 0.75% 0.27% -
HSV(B) 224.85º 0.86% 0.47% -
XYZ 4.49 3.2 18.15 -
YUV 44 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 17 43 120 0.86 0.64 0 0.53 224.85 0.75 0.27
Hex 11 2B 78 56 40 0 35 E1 4B 1B
Octal 21 53 170 126 100 0 65 341 113 33
Binary 10001 101011 1111000 1010110 1000000 0 110101 11100001 1001011 11011

Color Harmonies of #112B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B78

Black with #112B78

Text Example


Text Example

White with #112B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,120); }

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

background-color css

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

 a { background-color: rgb(17,43,120); }

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

border-color css

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

 span { border-color: rgb(17,43,120); }

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