Html Css Color HEX #11327B Sapphire

📋 copy color: '#11327B'

red 17 ◦ green 50 ◦ blue 123

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

Shades of Sapphire #11327B

Tints of Sapphire #11327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.74%

R = 8.95%
G = 26.32%
B = 64.74%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11327B (or 0x11327B) is known color: Sapphire. HEX triplet: 11, 32 and 7B. RGB value is (17,50,123). Sum of RGB (Red+Green+Blue) = 17+50+123=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #11327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11327B is #EECD84. Grayscale: #303030. Windows color (decimal): -15650181 or 8073745. OLE color: 8073745.

HSL color Cylindrical-coordinate representation of color #11327B: hue angle of 221.32º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11327B is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 50 123 -
CMYK 0.86 0.59 0 0.52
HSL 221.32º 0.76% 0.27% -
HSV(B) 221.32º 0.86% 0.48% -
XYZ 4.95 3.83 19.22 -
YUV 48.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 17 50 123 0.86 0.59 0 0.52 221.32 0.76 0.27
Hex 11 32 7B 56 3B 0 34 DD 4C 1B
Octal 21 62 173 126 73 0 64 335 114 33
Binary 10001 110010 1111011 1010110 111011 0 110100 11011101 1001100 11011

Color Harmonies of #11327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11327B

Black with #11327B

Text Example


Text Example

White with #11327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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