Html Css Color HEX #11287C Sapphire

📋 copy color: '#11287C'

red 17 ◦ green 40 ◦ blue 124

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

Shades of Sapphire #11287C

Tints of Sapphire #11287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

 BLUE value IS 124 (48.83% from 255) = 68.51%

R = 9.39%
G = 22.1%
B = 68.51%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11287C (or 0x11287C) is known color: Sapphire. HEX triplet: 11, 28 and 7C. RGB value is (17,40,124). Sum of RGB (Red+Green+Blue) = 17+40+124=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #11287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11287C is #EED783. Grayscale: #2A2A2A. Windows color (decimal): -15652740 or 8136721. OLE color: 8136721.

HSL color Cylindrical-coordinate representation of color #11287C: hue angle of 227.1º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11287C is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 40 124 -
CMYK 0.86 0.68 0 0.51
HSL 227.1º 0.76% 0.28% -
HSV(B) 227.1º 0.86% 0.49% -
XYZ 4.63 3.09 19.42 -
YUV 42.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 17 40 124 0.86 0.68 0 0.51 227.1 0.76 0.28
Hex 11 28 7C 56 44 0 33 E3 4C 1C
Octal 21 50 174 126 104 0 63 343 114 34
Binary 10001 101000 1111100 1010110 1000100 0 110011 11100011 1001100 11100

Color Harmonies of #11287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11287C

Black with #11287C

Text Example


Text Example

White with #11287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11287C; }

 p { color: rgb(17,40,124); }

 H1.HeaderClassName
 {
   color: #11287C;
 }
 .AnyTagClassName
 {
   color: #11287C;
 }
</style>

background-color css

<style>
 a { background-color: #11287C; }

 a { background-color: rgb(17,40,124); }

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

border-color css

<style>
 span { border-color: #11287C; }

 span { border-color: rgb(17,40,124); }

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