Html Css Color HEX #11275E Sapphire

📋 copy color: '#11275E'

red 17 ◦ green 39 ◦ blue 94

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

Shades of Sapphire #11275E

Tints of Sapphire #11275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

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

R = 11.33%
G = 26%
B = 62.67%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11275E (or 0x11275E) is known color: Sapphire. HEX triplet: 11, 27 and 5E. RGB value is (17,39,94). Sum of RGB (Red+Green+Blue) = 17+39+94=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #11275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11275E is #EED8A1. Grayscale: #262626. Windows color (decimal): -15653026 or 6170385. OLE color: 6170385.

HSL color Cylindrical-coordinate representation of color #11275E: hue angle of 222.86º 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 #11275E is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 39 94 -
CMYK 0.82 0.59 0 0.63
HSL 222.86º 0.69% 0.22% -
HSV(B) 222.86º 0.82% 0.37% -
XYZ 2.98 2.38 10.89 -
YUV 38.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 17 39 94 0.82 0.59 0 0.63 222.86 0.69 0.22
Hex 11 27 5E 52 3B 0 3F DF 45 16
Octal 21 47 136 122 73 0 77 337 105 26
Binary 10001 100111 1011110 1010010 111011 0 111111 11011111 1000101 10110

Color Harmonies of #11275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11275E

Black with #11275E

Text Example


Text Example

White with #11275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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