Html Css Color HEX #111D65 Sapphire

📋 copy color: '#111D65'

red 17 ◦ green 29 ◦ blue 101

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

Shades of Sapphire #111D65

Tints of Sapphire #111D65

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 101 (39.84% from 255) = 68.71%

R = 11.56%
G = 19.73%
B = 68.71%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#111D65 (or 0x111D65) is known color: Sapphire. HEX triplet: 11, 1D and 65. RGB value is (17,29,101). Sum of RGB (Red+Green+Blue) = 17+29+101=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #111D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D65 is #EEE29A. Grayscale: #212121. Windows color (decimal): -15655579 or 6626577. OLE color: 6626577.

HSL color Cylindrical-coordinate representation of color #111D65: hue angle of 231.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111D65 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 29 101 -
CMYK 0.83 0.71 0 0.60
HSL 231.43º 0.71% 0.23% -
HSV(B) 231.43º 0.83% 0.4% -
XYZ 3.02 1.94 12.53 -
YUV 33.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 17 29 101 0.83 0.71 0 0.60 231.43 0.71 0.23
Hex 11 1D 65 53 47 0 3C E7 47 17
Octal 21 35 145 123 107 0 74 347 107 27
Binary 10001 11101 1100101 1010011 1000111 0 111100 11100111 1000111 10111

Color Harmonies of #111D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D65

Black with #111D65

Text Example


Text Example

White with #111D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,101); }

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

background-color css

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

 a { background-color: rgb(17,29,101); }

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

border-color css

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

 span { border-color: rgb(17,29,101); }

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