Html Css Color HEX #111C5F Sapphire

📋 copy color: '#111C5F'

red 17 ◦ green 28 ◦ blue 95

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

Shades of Sapphire #111C5F

Tints of Sapphire #111C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

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

R = 12.14%
G = 20%
B = 67.86%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#111C5F (or 0x111C5F) is known color: Sapphire. HEX triplet: 11, 1C and 5F. RGB value is (17,28,95). Sum of RGB (Red+Green+Blue) = 17+28+95=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #111C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C5F is #EEE3A0. Grayscale: #202020. Windows color (decimal): -15655841 or 6233105. OLE color: 6233105.

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

Color convert

RGB 17 28 95 -
CMYK 0.82 0.71 0 0.63
HSL 231.54º 0.7% 0.22% -
HSV(B) 231.54º 0.82% 0.37% -
XYZ 2.71 1.78 11.03 -
YUV 32.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 17 28 95 0.82 0.71 0 0.63 231.54 0.7 0.22
Hex 11 1C 5F 52 47 0 3F E8 46 16
Octal 21 34 137 122 107 0 77 350 106 26
Binary 10001 11100 1011111 1010010 1000111 0 111111 11101000 1000110 10110

Color Harmonies of #111C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C5F

Black with #111C5F

Text Example


Text Example

White with #111C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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