Html Css Color HEX #11265B Sapphire

📋 copy color: '#11265B'

red 17 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #11265B

Tints of Sapphire #11265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

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

R = 11.64%
G = 26.03%
B = 62.33%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11265B (or 0x11265B) is known color: Sapphire. HEX triplet: 11, 26 and 5B. RGB value is (17,38,91). Sum of RGB (Red+Green+Blue) = 17+38+91=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #11265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11265B is #EED9A4. Grayscale: #252525. Windows color (decimal): -15653285 or 5973521. OLE color: 5973521.

HSL color Cylindrical-coordinate representation of color #11265B: hue angle of 222.97º 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 #11265B is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 38 91 -
CMYK 0.81 0.58 0 0.64
HSL 222.97º 0.69% 0.21% -
HSV(B) 222.97º 0.81% 0.36% -
XYZ 2.81 2.26 10.19 -
YUV 37.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 17 38 91 0.81 0.58 0 0.64 222.97 0.69 0.21
Hex 11 26 5B 51 3A 0 40 DF 45 15
Octal 21 46 133 121 72 0 100 337 105 25
Binary 10001 100110 1011011 1010001 111010 0 1000000 11011111 1000101 10101

Color Harmonies of #11265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11265B

Black with #11265B

Text Example


Text Example

White with #11265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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