Html Css Color HEX #11225A Sapphire

📋 copy color: '#11225A'

red 17 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #11225A

Tints of Sapphire #11225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 12.06%
G = 24.11%
B = 63.83%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11225A (or 0x11225A) is known color: Sapphire. HEX triplet: 11, 22 and 5A. RGB value is (17,34,90). Sum of RGB (Red+Green+Blue) = 17+34+90=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #11225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11225A is #EEDDA5. Grayscale: #232323. Windows color (decimal): -15654310 or 5906961. OLE color: 5906961.

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

Color convert

RGB 17 34 90 -
CMYK 0.81 0.62 0 0.65
HSL 226.03º 0.68% 0.21% -
HSV(B) 226.03º 0.81% 0.35% -
XYZ 2.65 2 9.92 -
YUV 35.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 17 34 90 0.81 0.62 0 0.65 226.03 0.68 0.21
Hex 11 22 5A 51 3E 0 41 E2 44 15
Octal 21 42 132 121 76 0 101 342 104 25
Binary 10001 100010 1011010 1010001 111110 0 1000001 11100010 1000100 10101

Color Harmonies of #11225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11225A

Black with #11225A

Text Example


Text Example

White with #11225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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