Html Css Color HEX #11265D Sapphire

📋 copy color: '#11265D'

red 17 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #11265D

Tints of Sapphire #11265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 11.49%
G = 25.68%
B = 62.84%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11265D (or 0x11265D) is known color: Sapphire. HEX triplet: 11, 26 and 5D. RGB value is (17,38,93). Sum of RGB (Red+Green+Blue) = 17+38+93=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #11265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11265D is #EED9A2. Grayscale: #252525. Windows color (decimal): -15653283 or 6104593. OLE color: 6104593.

HSL color Cylindrical-coordinate representation of color #11265D: hue angle of 223.42º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11265D is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 38 93 -
CMYK 0.82 0.59 0 0.64
HSL 223.42º 0.69% 0.22% -
HSV(B) 223.42º 0.82% 0.36% -
XYZ 2.9 2.3 10.65 -
YUV 37.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 17 38 93 0.82 0.59 0 0.64 223.42 0.69 0.22
Hex 11 26 5D 52 3B 0 40 DF 45 16
Octal 21 46 135 122 73 0 100 337 105 26
Binary 10001 100110 1011101 1010010 111011 0 1000000 11011111 1000101 10110

Color Harmonies of #11265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11265D

Black with #11265D

Text Example


Text Example

White with #11265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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