Html Css Color HEX #111A57 Sapphire

📋 copy color: '#111A57'

red 17 ◦ green 26 ◦ blue 87

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

Shades of Sapphire #111A57

Tints of Sapphire #111A57

RGB

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

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

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

R = 13.08%
G = 20%
B = 66.92%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#111A57 (or 0x111A57) is known color: Sapphire. HEX triplet: 11, 1A and 57. RGB value is (17,26,87). Sum of RGB (Red+Green+Blue) = 17+26+87=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #111A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A57 is #EEE5A8. Grayscale: #1E1E1E. Windows color (decimal): -15656361 or 5708305. OLE color: 5708305.

HSL color Cylindrical-coordinate representation of color #111A57: hue angle of 232.29º 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 #111A57 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 26 87 -
CMYK 0.80 0.70 0 0.66
HSL 232.29º 0.67% 0.2% -
HSV(B) 232.29º 0.8% 0.34% -
XYZ 2.32 1.55 9.19 -
YUV 30.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 17 26 87 0.80 0.70 0 0.66 232.29 0.67 0.2
Hex 11 1A 57 50 46 0 42 E8 43 14
Octal 21 32 127 120 106 0 102 350 103 24
Binary 10001 11010 1010111 1010000 1000110 0 1000010 11101000 1000011 10100

Color Harmonies of #111A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A57

Black with #111A57

Text Example


Text Example

White with #111A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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