Html Css Color HEX #111E60 Sapphire

📋 copy color: '#111E60'

red 17 ◦ green 30 ◦ blue 96

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

Shades of Sapphire #111E60

Tints of Sapphire #111E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.98%

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 11.89%
G = 20.98%
B = 67.13%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#111E60 (or 0x111E60) is known color: Sapphire. HEX triplet: 11, 1E and 60. RGB value is (17,30,96). Sum of RGB (Red+Green+Blue) = 17+30+96=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #111E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E60 is #EEE19F. Grayscale: #212121. Windows color (decimal): -15655328 or 6299153. OLE color: 6299153.

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

Color convert

RGB 17 30 96 -
CMYK 0.82 0.69 0 0.62
HSL 230.13º 0.7% 0.22% -
HSV(B) 230.13º 0.82% 0.38% -
XYZ 2.81 1.89 11.28 -
YUV 33.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 17 30 96 0.82 0.69 0 0.62 230.13 0.7 0.22
Hex 11 1E 60 52 45 0 3E E6 46 16
Octal 21 36 140 122 105 0 76 346 106 26
Binary 10001 11110 1100000 1010010 1000101 0 111110 11100110 1000110 10110

Color Harmonies of #111E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E60

Black with #111E60

Text Example


Text Example

White with #111E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,30,96); }

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

background-color css

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

 a { background-color: rgb(17,30,96); }

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

border-color css

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

 span { border-color: rgb(17,30,96); }

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