Html Css Color HEX #11287F Sapphire

📋 copy color: '#11287F'

red 17 ◦ green 40 ◦ blue 127

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

Shades of Sapphire #11287F

Tints of Sapphire #11287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.02%

R = 9.24%
G = 21.74%
B = 69.02%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11287F (or 0x11287F) is known color: Sapphire. HEX triplet: 11, 28 and 7F. RGB value is (17,40,127). Sum of RGB (Red+Green+Blue) = 17+40+127=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #11287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11287F is #EED780. Grayscale: #2A2A2A. Windows color (decimal): -15652737 or 8333329. OLE color: 8333329.

HSL color Cylindrical-coordinate representation of color #11287F: hue angle of 227.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11287F is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 40 127 -
CMYK 0.87 0.69 0 0.50
HSL 227.45º 0.76% 0.28% -
HSV(B) 227.45º 0.87% 0.5% -
XYZ 4.82 3.17 20.44 -
YUV 43.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 17 40 127 0.87 0.69 0 0.50 227.45 0.76 0.28
Hex 11 28 7F 57 45 0 32 E3 4C 1C
Octal 21 50 177 127 105 0 62 343 114 34
Binary 10001 101000 1111111 1010111 1000101 0 110010 11100011 1001100 11100

Color Harmonies of #11287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11287F

Black with #11287F

Text Example


Text Example

White with #11287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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