Html Css Color HEX #11327C Sapphire

📋 copy color: '#11327C'

red 17 ◦ green 50 ◦ blue 124

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

Shades of Sapphire #11327C

Tints of Sapphire #11327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 8.9%
G = 26.18%
B = 64.92%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11327C (or 0x11327C) is known color: Sapphire. HEX triplet: 11, 32 and 7C. RGB value is (17,50,124). Sum of RGB (Red+Green+Blue) = 17+50+124=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #11327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11327C is #EECD83. Grayscale: #303030. Windows color (decimal): -15650180 or 8139281. OLE color: 8139281.

HSL color Cylindrical-coordinate representation of color #11327C: hue angle of 221.5º 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 #11327C is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 50 124 -
CMYK 0.86 0.60 0 0.51
HSL 221.5º 0.76% 0.28% -
HSV(B) 221.5º 0.86% 0.49% -
XYZ 5.01 3.86 19.55 -
YUV 48.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 17 50 124 0.86 0.60 0 0.51 221.5 0.76 0.28
Hex 11 32 7C 56 3C 0 33 DD 4C 1C
Octal 21 62 174 126 74 0 63 335 114 34
Binary 10001 110010 1111100 1010110 111100 0 110011 11011101 1001100 11100

Color Harmonies of #11327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11327C

Black with #11327C

Text Example


Text Example

White with #11327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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