Html Css Color HEX #11265C Sapphire

📋 copy color: '#11265C'

red 17 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #11265C

Tints of Sapphire #11265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 62.59%

R = 11.56%
G = 25.85%
B = 62.59%

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

#11265C (or 0x11265C) is known color: Sapphire. HEX triplet: 11, 26 and 5C. RGB value is (17,38,92). Sum of RGB (Red+Green+Blue) = 17+38+92=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #11265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11265C is #EED9A3. Grayscale: #252525. Windows color (decimal): -15653284 or 6039057. OLE color: 6039057.

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

Color convert

RGB 17 38 92 -
CMYK 0.82 0.59 0 0.64
HSL 223.2º 0.69% 0.21% -
HSV(B) 223.2º 0.82% 0.36% -
XYZ 2.86 2.28 10.41 -
YUV 37.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 17 38 92 0.82 0.59 0 0.64 223.2 0.69 0.21
Hex 11 26 5C 52 3B 0 40 DF 45 15
Octal 21 46 134 122 73 0 100 337 105 25
Binary 10001 100110 1011100 1010010 111011 0 1000000 11011111 1000101 10101

Color Harmonies of #11265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11265C

Black with #11265C

Text Example


Text Example

White with #11265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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