Html Css Color HEX #112358 Sapphire

📋 copy color: '#112358'

red 17 ◦ green 35 ◦ blue 88

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

Shades of Sapphire #112358

Tints of Sapphire #112358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 12.14%
G = 25%
B = 62.86%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112358 (or 0x112358) is known color: Sapphire. HEX triplet: 11, 23 and 58. RGB value is (17,35,88). Sum of RGB (Red+Green+Blue) = 17+35+88=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #112358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112358 is #EEDCA7. Grayscale: #232323. Windows color (decimal): -15654056 or 5776145. OLE color: 5776145.

HSL color Cylindrical-coordinate representation of color #112358: hue angle of 224.79º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112358 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 35 88 -
CMYK 0.81 0.60 0 0.65
HSL 224.79º 0.68% 0.21% -
HSV(B) 224.79º 0.81% 0.35% -
XYZ 2.59 2.03 9.49 -
YUV 35.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 17 35 88 0.81 0.60 0 0.65 224.79 0.68 0.21
Hex 11 23 58 51 3C 0 41 E1 44 15
Octal 21 43 130 121 74 0 101 341 104 25
Binary 10001 100011 1011000 1010001 111100 0 1000001 11100001 1000100 10101

Color Harmonies of #112358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112358

Black with #112358

Text Example


Text Example

White with #112358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112358; }

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

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

background-color css

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

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

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

border-color css

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

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

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