Html Css Color HEX #11287D Sapphire

📋 copy color: '#11287D'

red 17 ◦ green 40 ◦ blue 125

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

Shades of Sapphire #11287D

Tints of Sapphire #11287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 68.68%

R = 9.34%
G = 21.98%
B = 68.68%

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

#11287D (or 0x11287D) is known color: Sapphire. HEX triplet: 11, 28 and 7D. RGB value is (17,40,125). Sum of RGB (Red+Green+Blue) = 17+40+125=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #11287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11287D is #EED782. Grayscale: #2A2A2A. Windows color (decimal): -15652739 or 8202257. OLE color: 8202257.

HSL color Cylindrical-coordinate representation of color #11287D: hue angle of 227.22º 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 #11287D is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 40 125 -
CMYK 0.86 0.68 0 0.51
HSL 227.22º 0.76% 0.28% -
HSV(B) 227.22º 0.86% 0.49% -
XYZ 4.69 3.12 19.76 -
YUV 42.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 17 40 125 0.86 0.68 0 0.51 227.22 0.76 0.28
Hex 11 28 7D 56 44 0 33 E3 4C 1C
Octal 21 50 175 126 104 0 63 343 114 34
Binary 10001 101000 1111101 1010110 1000100 0 110011 11100011 1001100 11100

Color Harmonies of #11287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11287D

Black with #11287D

Text Example


Text Example

White with #11287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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