Html Css Color HEX #11215A Sapphire

📋 copy color: '#11215A'

red 17 ◦ green 33 ◦ blue 90

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

Shades of Sapphire #11215A

Tints of Sapphire #11215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

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

R = 12.14%
G = 23.57%
B = 64.29%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11215A (or 0x11215A) is known color: Sapphire. HEX triplet: 11, 21 and 5A. RGB value is (17,33,90). Sum of RGB (Red+Green+Blue) = 17+33+90=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #11215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11215A is #EEDEA5. Grayscale: #222222. Windows color (decimal): -15654566 or 5906705. OLE color: 5906705.

HSL color Cylindrical-coordinate representation of color #11215A: hue angle of 226.85º 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 #11215A is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 33 90 -
CMYK 0.81 0.63 0 0.65
HSL 226.85º 0.68% 0.21% -
HSV(B) 226.85º 0.81% 0.35% -
XYZ 2.62 1.95 9.91 -
YUV 34.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 17 33 90 0.81 0.63 0 0.65 226.85 0.68 0.21
Hex 11 21 5A 51 3F 0 41 E3 44 15
Octal 21 41 132 121 77 0 101 343 104 25
Binary 10001 100001 1011010 1010001 111111 0 1000001 11100011 1000100 10101

Color Harmonies of #11215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11215A

Black with #11215A

Text Example


Text Example

White with #11215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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