Html Css Color HEX #11297F Sapphire

📋 copy color: '#11297F'

red 17 ◦ green 41 ◦ blue 127

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

Shades of Sapphire #11297F

Tints of Sapphire #11297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 127 (50% from 255) = 68.65%

R = 9.19%
G = 22.16%
B = 68.65%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11297F (or 0x11297F) is known color: Sapphire. HEX triplet: 11, 29 and 7F. RGB value is (17,41,127). Sum of RGB (Red+Green+Blue) = 17+41+127=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #11297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11297F is #EED680. Grayscale: #2B2B2B. Windows color (decimal): -15652481 or 8333585. OLE color: 8333585.

HSL color Cylindrical-coordinate representation of color #11297F: hue angle of 226.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11297F is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 41 127 -
CMYK 0.87 0.68 0 0.50
HSL 226.91º 0.76% 0.28% -
HSV(B) 226.91º 0.87% 0.5% -
XYZ 4.85 3.24 20.45 -
YUV 43.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 17 41 127 0.87 0.68 0 0.50 226.91 0.76 0.28
Hex 11 29 7F 57 44 0 32 E3 4C 1C
Octal 21 51 177 127 104 0 62 343 114 34
Binary 10001 101001 1111111 1010111 1000100 0 110010 11100011 1001100 11100

Color Harmonies of #11297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11297F

Black with #11297F

Text Example


Text Example

White with #11297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,41,127); }

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

background-color css

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

 a { background-color: rgb(17,41,127); }

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

border-color css

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

 span { border-color: rgb(17,41,127); }

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