Html Css Color HEX #11295E Sapphire

📋 copy color: '#11295E'

red 17 ◦ green 41 ◦ blue 94

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

Shades of Sapphire #11295E

Tints of Sapphire #11295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.84%

R = 11.18%
G = 26.97%
B = 61.84%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11295E (or 0x11295E) is known color: Sapphire. HEX triplet: 11, 29 and 5E. RGB value is (17,41,94). Sum of RGB (Red+Green+Blue) = 17+41+94=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #11295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11295E is #EED6A1. Grayscale: #272727. Windows color (decimal): -15652514 or 6170897. OLE color: 6170897.

HSL color Cylindrical-coordinate representation of color #11295E: hue angle of 221.3º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11295E is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 41 94 -
CMYK 0.82 0.56 0 0.63
HSL 221.3º 0.69% 0.22% -
HSV(B) 221.3º 0.82% 0.37% -
XYZ 3.04 2.51 10.91 -
YUV 39.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 17 41 94 0.82 0.56 0 0.63 221.3 0.69 0.22
Hex 11 29 5E 52 38 0 3F DD 45 16
Octal 21 51 136 122 70 0 77 335 105 26
Binary 10001 101001 1011110 1010010 111000 0 111111 11011101 1000101 10110

Color Harmonies of #11295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11295E

Black with #11295E

Text Example


Text Example

White with #11295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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