Html Css Color HEX #11287E Sapphire

📋 copy color: '#11287E'

red 17 ◦ green 40 ◦ blue 126

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

Shades of Sapphire #11287E

Tints of Sapphire #11287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 68.85%

R = 9.29%
G = 21.86%
B = 68.85%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11287E (or 0x11287E) is known color: Sapphire. HEX triplet: 11, 28 and 7E. RGB value is (17,40,126). Sum of RGB (Red+Green+Blue) = 17+40+126=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 126 (49.61% from 255 or 68.85% from 183); Max value from RGB is 126 - color contains mainly: blue. Hex color #11287E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11287E is #EED781. Grayscale: #2A2A2A. Windows color (decimal): -15652738 or 8267793. OLE color: 8267793.

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

Color convert

RGB 17 40 126 -
CMYK 0.87 0.68 0 0.51
HSL 227.34º 0.76% 0.28% -
HSV(B) 227.34º 0.87% 0.49% -
XYZ 4.76 3.14 20.09 -
YUV 42.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 17 40 126 0.87 0.68 0 0.51 227.34 0.76 0.28
Hex 11 28 7E 57 44 0 33 E3 4C 1C
Octal 21 50 176 127 104 0 63 343 114 34
Binary 10001 101000 1111110 1010111 1000100 0 110011 11100011 1001100 11100

Color Harmonies of #11287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11287E

Black with #11287E

Text Example


Text Example

White with #11287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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