Html Css Color HEX #111C5D Sapphire

📋 copy color: '#111C5D'

red 17 ◦ green 28 ◦ blue 93

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

Shades of Sapphire #111C5D

Tints of Sapphire #111C5D

RGB

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

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

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

R = 12.32%
G = 20.29%
B = 67.39%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#111C5D (or 0x111C5D) is known color: Sapphire. HEX triplet: 11, 1C and 5D. RGB value is (17,28,93). Sum of RGB (Red+Green+Blue) = 17+28+93=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #111C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C5D is #EEE3A2. Grayscale: #1F1F1F. Windows color (decimal): -15655843 or 6102033. OLE color: 6102033.

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

Color convert

RGB 17 28 93 -
CMYK 0.82 0.70 0 0.64
HSL 231.32º 0.69% 0.22% -
HSV(B) 231.32º 0.82% 0.36% -
XYZ 2.62 1.74 10.55 -
YUV 32.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 17 28 93 0.82 0.70 0 0.64 231.32 0.69 0.22
Hex 11 1C 5D 52 46 0 40 E7 45 16
Octal 21 34 135 122 106 0 100 347 105 26
Binary 10001 11100 1011101 1010010 1000110 0 1000000 11100111 1000101 10110

Color Harmonies of #111C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C5D

Black with #111C5D

Text Example


Text Example

White with #111C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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