Html Css Color HEX #111F5D Sapphire

📋 copy color: '#111F5D'

red 17 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #111F5D

Tints of Sapphire #111F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.96%

R = 12.06%
G = 21.99%
B = 65.96%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#111F5D (or 0x111F5D) is known color: Sapphire. HEX triplet: 11, 1F and 5D. RGB value is (17,31,93). Sum of RGB (Red+Green+Blue) = 17+31+93=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #111F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F5D is #EEE0A2. Grayscale: #212121. Windows color (decimal): -15655075 or 6102801. OLE color: 6102801.

HSL color Cylindrical-coordinate representation of color #111F5D: hue angle of 228.95º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111F5D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 31 93 -
CMYK 0.82 0.67 0 0.64
HSL 228.95º 0.69% 0.22% -
HSV(B) 228.95º 0.82% 0.36% -
XYZ 2.7 1.89 10.58 -
YUV 33.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 17 31 93 0.82 0.67 0 0.64 228.95 0.69 0.22
Hex 11 1F 5D 52 43 0 40 E5 45 16
Octal 21 37 135 122 103 0 100 345 105 26
Binary 10001 11111 1011101 1010010 1000011 0 1000000 11100101 1000101 10110

Color Harmonies of #111F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F5D

Black with #111F5D

Text Example


Text Example

White with #111F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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