Html Css Color HEX #11327D Sapphire

📋 copy color: '#11327D'

red 17 ◦ green 50 ◦ blue 125

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

Shades of Sapphire #11327D

Tints of Sapphire #11327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 8.85%
G = 26.04%
B = 65.1%

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

#11327D (or 0x11327D) is known color: Sapphire. HEX triplet: 11, 32 and 7D. RGB value is (17,50,125). Sum of RGB (Red+Green+Blue) = 17+50+125=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #11327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11327D is #EECD82. Grayscale: #303030. Windows color (decimal): -15650179 or 8204817. OLE color: 8204817.

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

Color convert

RGB 17 50 125 -
CMYK 0.86 0.60 0 0.51
HSL 221.67º 0.76% 0.28% -
HSV(B) 221.67º 0.86% 0.49% -
XYZ 5.07 3.88 19.88 -
YUV 48.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 17 50 125 0.86 0.60 0 0.51 221.67 0.76 0.28
Hex 11 32 7D 56 3C 0 33 DE 4C 1C
Octal 21 62 175 126 74 0 63 336 114 34
Binary 10001 110010 1111101 1010110 111100 0 110011 11011110 1001100 11100

Color Harmonies of #11327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11327D

Black with #11327D

Text Example


Text Example

White with #11327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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