Html Css Color HEX #112D7D Sapphire

📋 copy color: '#112D7D'

red 17 ◦ green 45 ◦ blue 125

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

Shades of Sapphire #112D7D

Tints of Sapphire #112D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 9.09%
G = 24.06%
B = 66.84%

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

#112D7D (or 0x112D7D) is known color: Sapphire. HEX triplet: 11, 2D and 7D. RGB value is (17,45,125). Sum of RGB (Red+Green+Blue) = 17+45+125=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #112D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D7D is #EED282. Grayscale: #2D2D2D. Windows color (decimal): -15651459 or 8203537. OLE color: 8203537.

HSL color Cylindrical-coordinate representation of color #112D7D: hue angle of 224.44º 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 #112D7D is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 45 125 -
CMYK 0.86 0.64 0 0.51
HSL 224.44º 0.76% 0.28% -
HSV(B) 224.44º 0.86% 0.49% -
XYZ 4.87 3.48 19.82 -
YUV 45.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 17 45 125 0.86 0.64 0 0.51 224.44 0.76 0.28
Hex 11 2D 7D 56 40 0 33 E0 4C 1C
Octal 21 55 175 126 100 0 63 340 114 34
Binary 10001 101101 1111101 1010110 1000000 0 110011 11100000 1001100 11100

Color Harmonies of #112D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D7D

Black with #112D7D

Text Example


Text Example

White with #112D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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