Html Css Color HEX #111C59 Sapphire

📋 copy color: '#111C59'

red 17 ◦ green 28 ◦ blue 89

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

Shades of Sapphire #111C59

Tints of Sapphire #111C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

 BLUE value IS 89 (35.16% from 255) = 66.42%

R = 12.69%
G = 20.9%
B = 66.42%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#111C59 (or 0x111C59) is known color: Sapphire. HEX triplet: 11, 1C and 59. RGB value is (17,28,89). Sum of RGB (Red+Green+Blue) = 17+28+89=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #111C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C59 is #EEE3A6. Grayscale: #1F1F1F. Windows color (decimal): -15655847 or 5839889. OLE color: 5839889.

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

Color convert

RGB 17 28 89 -
CMYK 0.81 0.69 0 0.65
HSL 230.83º 0.68% 0.21% -
HSV(B) 230.83º 0.81% 0.35% -
XYZ 2.45 1.67 9.64 -
YUV 31.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 17 28 89 0.81 0.69 0 0.65 230.83 0.68 0.21
Hex 11 1C 59 51 45 0 41 E7 44 15
Octal 21 34 131 121 105 0 101 347 104 25
Binary 10001 11100 1011001 1010001 1000101 0 1000001 11100111 1000100 10101

Color Harmonies of #111C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C59

Black with #111C59

Text Example


Text Example

White with #111C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,28,89); }

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

background-color css

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

 a { background-color: rgb(17,28,89); }

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

border-color css

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

 span { border-color: rgb(17,28,89); }

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