Html Css Color HEX #11224F Sapphire

📋 copy color: '#11224F'

red 17 ◦ green 34 ◦ blue 79

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

Shades of Sapphire #11224F

Tints of Sapphire #11224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 60.77%

R = 13.08%
G = 26.15%
B = 60.77%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11224F (or 0x11224F) is known color: Sapphire. HEX triplet: 11, 22 and 4F. RGB value is (17,34,79). Sum of RGB (Red+Green+Blue) = 17+34+79=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #11224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11224F is #EEDDB0. Grayscale: #212121. Windows color (decimal): -15654321 or 5186065. OLE color: 5186065.

HSL color Cylindrical-coordinate representation of color #11224F: hue angle of 223.55º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11224F is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 34 79 -
CMYK 0.78 0.57 0 0.69
HSL 223.55º 0.65% 0.19% -
HSV(B) 223.55º 0.78% 0.31% -
XYZ 2.21 1.83 7.63 -
YUV 34.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 17 34 79 0.78 0.57 0 0.69 223.55 0.65 0.19
Hex 11 22 4F 4E 39 0 45 E0 41 13
Octal 21 42 117 116 71 0 105 340 101 23
Binary 10001 100010 1001111 1001110 111001 0 1000101 11100000 1000001 10011

Color Harmonies of #11224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11224F

Black with #11224F

Text Example


Text Example

White with #11224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11224F; }

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

 H1.HeaderClassName
 {
   color: #11224F;
 }
 .AnyTagClassName
 {
   color: #11224F;
 }
</style>

background-color css

<style>
 a { background-color: #11224F; }

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

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

border-color css

<style>
 span { border-color: #11224F; }

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

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