Html Css Color HEX #112D62 Sapphire

📋 copy color: '#112D62'

red 17 ◦ green 45 ◦ blue 98

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

Shades of Sapphire #112D62

Tints of Sapphire #112D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 61.25%

R = 10.63%
G = 28.13%
B = 61.25%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112D62 (or 0x112D62) is known color: Sapphire. HEX triplet: 11, 2D and 62. RGB value is (17,45,98). Sum of RGB (Red+Green+Blue) = 17+45+98=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #112D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D62 is #EED29D. Grayscale: #2A2A2A. Windows color (decimal): -15651486 or 6434065. OLE color: 6434065.

HSL color Cylindrical-coordinate representation of color #112D62: hue angle of 219.26º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112D62 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 45 98 -
CMYK 0.83 0.54 0 0.62
HSL 219.26º 0.7% 0.23% -
HSV(B) 219.26º 0.83% 0.38% -
XYZ 3.37 2.88 11.93 -
YUV 42.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 17 45 98 0.83 0.54 0 0.62 219.26 0.7 0.23
Hex 11 2D 62 53 36 0 3E DB 46 17
Octal 21 55 142 123 66 0 76 333 106 27
Binary 10001 101101 1100010 1010011 110110 0 111110 11011011 1000110 10111

Color Harmonies of #112D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D62

Black with #112D62

Text Example


Text Example

White with #112D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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