Html Css Color HEX #11255E Sapphire

📋 copy color: '#11255E'

red 17 ◦ green 37 ◦ blue 94

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

Shades of Sapphire #11255E

Tints of Sapphire #11255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25%

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

R = 11.49%
G = 25%
B = 63.51%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11255E (or 0x11255E) is known color: Sapphire. HEX triplet: 11, 25 and 5E. RGB value is (17,37,94). Sum of RGB (Red+Green+Blue) = 17+37+94=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #11255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11255E is #EEDAA1. Grayscale: #252525. Windows color (decimal): -15653538 or 6169873. OLE color: 6169873.

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

Color convert

RGB 17 37 94 -
CMYK 0.82 0.61 0 0.63
HSL 224.42º 0.69% 0.22% -
HSV(B) 224.42º 0.82% 0.37% -
XYZ 2.91 2.25 10.87 -
YUV 37.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 17 37 94 0.82 0.61 0 0.63 224.42 0.69 0.22
Hex 11 25 5E 52 3D 0 3F E0 45 16
Octal 21 45 136 122 75 0 77 340 105 26
Binary 10001 100101 1011110 1010010 111101 0 111111 11100000 1000101 10110

Color Harmonies of #11255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11255E

Black with #11255E

Text Example


Text Example

White with #11255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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