Html Css Color HEX #111A59 Sapphire

📋 copy color: '#111A59'

red 17 ◦ green 26 ◦ blue 89

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

Shades of Sapphire #111A59

Tints of Sapphire #111A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 12.88%
G = 19.7%
B = 67.42%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#111A59 (or 0x111A59) is known color: Sapphire. HEX triplet: 11, 1A and 59. RGB value is (17,26,89). Sum of RGB (Red+Green+Blue) = 17+26+89=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #111A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A59 is #EEE5A6. Grayscale: #1E1E1E. Windows color (decimal): -15656359 or 5839377. OLE color: 5839377.

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

Color convert

RGB 17 26 89 -
CMYK 0.81 0.71 0 0.65
HSL 232.5º 0.68% 0.21% -
HSV(B) 232.5º 0.81% 0.35% -
XYZ 2.4 1.58 9.63 -
YUV 30.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 17 26 89 0.81 0.71 0 0.65 232.5 0.68 0.21
Hex 11 1A 59 51 47 0 41 E8 44 15
Octal 21 32 131 121 107 0 101 350 104 25
Binary 10001 11010 1011001 1010001 1000111 0 1000001 11101000 1000100 10101

Color Harmonies of #111A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A59

Black with #111A59

Text Example


Text Example

White with #111A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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