Html Css Color HEX #112357 Sapphire

📋 copy color: '#112357'

red 17 ◦ green 35 ◦ blue 87

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

Shades of Sapphire #112357

Tints of Sapphire #112357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

 BLUE value IS 87 (34.38% from 255) = 62.59%

R = 12.23%
G = 25.18%
B = 62.59%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#112357 (or 0x112357) is known color: Sapphire. HEX triplet: 11, 23 and 57. RGB value is (17,35,87). Sum of RGB (Red+Green+Blue) = 17+35+87=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #112357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112357 is #EEDCA8. Grayscale: #232323. Windows color (decimal): -15654057 or 5710609. OLE color: 5710609.

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

Color convert

RGB 17 35 87 -
CMYK 0.80 0.60 0 0.66
HSL 224.57º 0.67% 0.2% -
HSV(B) 224.57º 0.8% 0.34% -
XYZ 2.55 2.01 9.27 -
YUV 35.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 17 35 87 0.80 0.60 0 0.66 224.57 0.67 0.2
Hex 11 23 57 50 3C 0 42 E1 43 14
Octal 21 43 127 120 74 0 102 341 103 24
Binary 10001 100011 1010111 1010000 111100 0 1000010 11100001 1000011 10100

Color Harmonies of #112357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112357

Black with #112357

Text Example


Text Example

White with #112357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112357; }

 p { color: rgb(17,35,87); }

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

background-color css

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

 a { background-color: rgb(17,35,87); }

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

border-color css

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

 span { border-color: rgb(17,35,87); }

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