Html Css Color HEX #11275B Sapphire

📋 copy color: '#11275B'

red 17 ◦ green 39 ◦ blue 91

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

Shades of Sapphire #11275B

Tints of Sapphire #11275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 11.56%
G = 26.53%
B = 61.9%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11275B (or 0x11275B) is known color: Sapphire. HEX triplet: 11, 27 and 5B. RGB value is (17,39,91). Sum of RGB (Red+Green+Blue) = 17+39+91=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #11275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11275B is #EED8A4. Grayscale: #262626. Windows color (decimal): -15653029 or 5973777. OLE color: 5973777.

HSL color Cylindrical-coordinate representation of color #11275B: hue angle of 222.16º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11275B is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 39 91 -
CMYK 0.81 0.57 0 0.64
HSL 222.16º 0.69% 0.21% -
HSV(B) 222.16º 0.81% 0.36% -
XYZ 2.85 2.33 10.2 -
YUV 38.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 17 39 91 0.81 0.57 0 0.64 222.16 0.69 0.21
Hex 11 27 5B 51 39 0 40 DE 45 15
Octal 21 47 133 121 71 0 100 336 105 25
Binary 10001 100111 1011011 1010001 111001 0 1000000 11011110 1000101 10101

Color Harmonies of #11275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11275B

Black with #11275B

Text Example


Text Example

White with #11275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,39,91); }

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

background-color css

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

 a { background-color: rgb(17,39,91); }

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

border-color css

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

 span { border-color: rgb(17,39,91); }

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