Html Css Color HEX #11295A Sapphire

📋 copy color: '#11295A'

red 17 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #11295A

Tints of Sapphire #11295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

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

R = 11.49%
G = 27.7%
B = 60.81%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11295A (or 0x11295A) is known color: Sapphire. HEX triplet: 11, 29 and 5A. RGB value is (17,41,90). Sum of RGB (Red+Green+Blue) = 17+41+90=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #11295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11295A is #EED6A5. Grayscale: #272727. Windows color (decimal): -15652518 or 5908753. OLE color: 5908753.

HSL color Cylindrical-coordinate representation of color #11295A: hue angle of 220.27º 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 #11295A is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 41 90 -
CMYK 0.81 0.54 0 0.65
HSL 220.27º 0.68% 0.21% -
HSV(B) 220.27º 0.81% 0.35% -
XYZ 2.87 2.44 9.99 -
YUV 39.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 17 41 90 0.81 0.54 0 0.65 220.27 0.68 0.21
Hex 11 29 5A 51 36 0 41 DC 44 15
Octal 21 51 132 121 66 0 101 334 104 25
Binary 10001 101001 1011010 1010001 110110 0 1000001 11011100 1000100 10101

Color Harmonies of #11295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11295A

Black with #11295A

Text Example


Text Example

White with #11295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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