Html Css Color HEX #112853 Sapphire

📋 copy color: '#112853'

red 17 ◦ green 40 ◦ blue 83

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

Shades of Sapphire #112853

Tints of Sapphire #112853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

 BLUE value IS 83 (32.81% from 255) = 59.29%

R = 12.14%
G = 28.57%
B = 59.29%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112853 (or 0x112853) is known color: Sapphire. HEX triplet: 11, 28 and 53. RGB value is (17,40,83). Sum of RGB (Red+Green+Blue) = 17+40+83=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #112853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112853 is #EED7AC. Grayscale: #252525. Windows color (decimal): -15652781 or 5449745. OLE color: 5449745.

HSL color Cylindrical-coordinate representation of color #112853: hue angle of 219.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112853 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 40 83 -
CMYK 0.80 0.52 0 0.67
HSL 219.09º 0.66% 0.2% -
HSV(B) 219.09º 0.8% 0.33% -
XYZ 2.55 2.26 8.49 -
YUV 38.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 17 40 83 0.80 0.52 0 0.67 219.09 0.66 0.2
Hex 11 28 53 50 34 0 43 DB 42 14
Octal 21 50 123 120 64 0 103 333 102 24
Binary 10001 101000 1010011 1010000 110100 0 1000011 11011011 1000010 10100

Color Harmonies of #112853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112853

Black with #112853

Text Example


Text Example

White with #112853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112853; }

 p { color: rgb(17,40,83); }

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

background-color css

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

 a { background-color: rgb(17,40,83); }

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

border-color css

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

 span { border-color: rgb(17,40,83); }

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