Html Css Color HEX #11297C Sapphire

📋 copy color: '#11297C'

red 17 ◦ green 41 ◦ blue 124

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

Shades of Sapphire #11297C

Tints of Sapphire #11297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.13%

R = 9.34%
G = 22.53%
B = 68.13%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11297C (or 0x11297C) is known color: Sapphire. HEX triplet: 11, 29 and 7C. RGB value is (17,41,124). Sum of RGB (Red+Green+Blue) = 17+41+124=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #11297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11297C is #EED683. Grayscale: #2A2A2A. Windows color (decimal): -15652484 or 8136977. OLE color: 8136977.

HSL color Cylindrical-coordinate representation of color #11297C: hue angle of 226.54º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11297C is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 41 124 -
CMYK 0.86 0.67 0 0.51
HSL 226.54º 0.76% 0.28% -
HSV(B) 226.54º 0.86% 0.49% -
XYZ 4.66 3.16 19.43 -
YUV 43.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 17 41 124 0.86 0.67 0 0.51 226.54 0.76 0.28
Hex 11 29 7C 56 43 0 33 E3 4C 1C
Octal 21 51 174 126 103 0 63 343 114 34
Binary 10001 101001 1111100 1010110 1000011 0 110011 11100011 1001100 11100

Color Harmonies of #11297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11297C

Black with #11297C

Text Example


Text Example

White with #11297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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