Html Css Color HEX #112D7C Sapphire

📋 copy color: '#112D7C'

red 17 ◦ green 45 ◦ blue 124

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

Shades of Sapphire #112D7C

Tints of Sapphire #112D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 9.14%
G = 24.19%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#112D7C (or 0x112D7C) is known color: Sapphire. HEX triplet: 11, 2D and 7C. RGB value is (17,45,124). Sum of RGB (Red+Green+Blue) = 17+45+124=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #112D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D7C is #EED283. Grayscale: #2D2D2D. Windows color (decimal): -15651460 or 8138001. OLE color: 8138001.

HSL color Cylindrical-coordinate representation of color #112D7C: hue angle of 224.3º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112D7C is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 45 124 -
CMYK 0.86 0.64 0 0.51
HSL 224.3º 0.76% 0.28% -
HSV(B) 224.3º 0.86% 0.49% -
XYZ 4.81 3.45 19.48 -
YUV 45.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 17 45 124 0.86 0.64 0 0.51 224.3 0.76 0.28
Hex 11 2D 7C 56 40 0 33 E0 4C 1C
Octal 21 55 174 126 100 0 63 340 114 34
Binary 10001 101101 1111100 1010110 1000000 0 110011 11100000 1001100 11100

Color Harmonies of #112D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D7C

Black with #112D7C

Text Example


Text Example

White with #112D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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