Html Css Color HEX #111F58 Sapphire

📋 copy color: '#111F58'

red 17 ◦ green 31 ◦ blue 88

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

Shades of Sapphire #111F58

Tints of Sapphire #111F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

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

R = 12.5%
G = 22.79%
B = 64.71%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#111F58 (or 0x111F58) is known color: Sapphire. HEX triplet: 11, 1F and 58. RGB value is (17,31,88). Sum of RGB (Red+Green+Blue) = 17+31+88=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #111F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F58 is #EEE0A7. Grayscale: #212121. Windows color (decimal): -15655080 or 5775121. OLE color: 5775121.

HSL color Cylindrical-coordinate representation of color #111F58: hue angle of 228.17º 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 #111F58 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 31 88 -
CMYK 0.81 0.65 0 0.65
HSL 228.17º 0.68% 0.21% -
HSV(B) 228.17º 0.81% 0.35% -
XYZ 2.48 1.8 9.45 -
YUV 33.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 17 31 88 0.81 0.65 0 0.65 228.17 0.68 0.21
Hex 11 1F 58 51 41 0 41 E4 44 15
Octal 21 37 130 121 101 0 101 344 104 25
Binary 10001 11111 1011000 1010001 1000001 0 1000001 11100100 1000100 10101

Color Harmonies of #111F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F58

Black with #111F58

Text Example


Text Example

White with #111F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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