Html Css Color HEX #11265A Sapphire

📋 copy color: '#11265A'

red 17 ◦ green 38 ◦ blue 90

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

Shades of Sapphire #11265A

Tints of Sapphire #11265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 11.72%
G = 26.21%
B = 62.07%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11265A (or 0x11265A) is known color: Sapphire. HEX triplet: 11, 26 and 5A. RGB value is (17,38,90). Sum of RGB (Red+Green+Blue) = 17+38+90=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #11265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11265A is #EED9A5. Grayscale: #252525. Windows color (decimal): -15653286 or 5907985. OLE color: 5907985.

HSL color Cylindrical-coordinate representation of color #11265A: hue angle of 222.74º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11265A is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 38 90 -
CMYK 0.81 0.58 0 0.65
HSL 222.74º 0.68% 0.21% -
HSV(B) 222.74º 0.81% 0.35% -
XYZ 2.77 2.24 9.96 -
YUV 37.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 17 38 90 0.81 0.58 0 0.65 222.74 0.68 0.21
Hex 11 26 5A 51 3A 0 41 DF 44 15
Octal 21 46 132 121 72 0 101 337 104 25
Binary 10001 100110 1011010 1010001 111010 0 1000001 11011111 1000100 10101

Color Harmonies of #11265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11265A

Black with #11265A

Text Example


Text Example

White with #11265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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