Html Css Color HEX #11225E Sapphire

📋 copy color: '#11225E'

red 17 ◦ green 34 ◦ blue 94

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

Shades of Sapphire #11225E

Tints of Sapphire #11225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 64.83%

R = 11.72%
G = 23.45%
B = 64.83%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11225E (or 0x11225E) is known color: Sapphire. HEX triplet: 11, 22 and 5E. RGB value is (17,34,94). Sum of RGB (Red+Green+Blue) = 17+34+94=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #11225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11225E is #EEDDA1. Grayscale: #232323. Windows color (decimal): -15654306 or 6169105. OLE color: 6169105.

HSL color Cylindrical-coordinate representation of color #11225E: hue angle of 226.75º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11225E is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 34 94 -
CMYK 0.82 0.64 0 0.63
HSL 226.75º 0.69% 0.22% -
HSV(B) 226.75º 0.82% 0.37% -
XYZ 2.82 2.07 10.84 -
YUV 35.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 17 34 94 0.82 0.64 0 0.63 226.75 0.69 0.22
Hex 11 22 5E 52 40 0 3F E3 45 16
Octal 21 42 136 122 100 0 77 343 105 26
Binary 10001 100010 1011110 1010010 1000000 0 111111 11100011 1000101 10110

Color Harmonies of #11225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11225E

Black with #11225E

Text Example


Text Example

White with #11225E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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