Html Css Color HEX #11285A Sapphire

📋 copy color: '#11285A'

red 17 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #11285A

Tints of Sapphire #11285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 11.56%
G = 27.21%
B = 61.22%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11285A (or 0x11285A) is known color: Sapphire. HEX triplet: 11, 28 and 5A. RGB value is (17,40,90). Sum of RGB (Red+Green+Blue) = 17+40+90=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #11285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11285A is #EED7A5. Grayscale: #262626. Windows color (decimal): -15652774 or 5908497. OLE color: 5908497.

HSL color Cylindrical-coordinate representation of color #11285A: hue angle of 221.1º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11285A is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 40 90 -
CMYK 0.81 0.56 0 0.65
HSL 221.1º 0.68% 0.21% -
HSV(B) 221.1º 0.81% 0.35% -
XYZ 2.84 2.37 9.98 -
YUV 38.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 17 40 90 0.81 0.56 0 0.65 221.1 0.68 0.21
Hex 11 28 5A 51 38 0 41 DD 44 15
Octal 21 50 132 121 70 0 101 335 104 25
Binary 10001 101000 1011010 1010001 111000 0 1000001 11011101 1000100 10101

Color Harmonies of #11285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11285A

Black with #11285A

Text Example


Text Example

White with #11285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11285A; }

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

 H1.HeaderClassName
 {
   color: #11285A;
 }
 .AnyTagClassName
 {
   color: #11285A;
 }
</style>

background-color css

<style>
 a { background-color: #11285A; }

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

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

border-color css

<style>
 span { border-color: #11285A; }

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

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