Html Css Color HEX #111D5F Sapphire

📋 copy color: '#111D5F'

red 17 ◦ green 29 ◦ blue 95

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

Shades of Sapphire #111D5F

Tints of Sapphire #111D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 67.38%

R = 12.06%
G = 20.57%
B = 67.38%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#111D5F (or 0x111D5F) is known color: Sapphire. HEX triplet: 11, 1D and 5F. RGB value is (17,29,95). Sum of RGB (Red+Green+Blue) = 17+29+95=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #111D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D5F is #EEE2A0. Grayscale: #202020. Windows color (decimal): -15655585 or 6233361. OLE color: 6233361.

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

Color convert

RGB 17 29 95 -
CMYK 0.82 0.69 0 0.63
HSL 230.77º 0.7% 0.22% -
HSV(B) 230.77º 0.82% 0.37% -
XYZ 2.74 1.82 11.03 -
YUV 32.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 17 29 95 0.82 0.69 0 0.63 230.77 0.7 0.22
Hex 11 1D 5F 52 45 0 3F E7 46 16
Octal 21 35 137 122 105 0 77 347 106 26
Binary 10001 11101 1011111 1010010 1000101 0 111111 11100111 1000110 10110

Color Harmonies of #111D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D5F

Black with #111D5F

Text Example


Text Example

White with #111D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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