Html Css Color HEX #11255C Sapphire

📋 copy color: '#11255C'

red 17 ◦ green 37 ◦ blue 92

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

Shades of Sapphire #11255C

Tints of Sapphire #11255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.01%

R = 11.64%
G = 25.34%
B = 63.01%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11255C (or 0x11255C) is known color: Sapphire. HEX triplet: 11, 25 and 5C. RGB value is (17,37,92). Sum of RGB (Red+Green+Blue) = 17+37+92=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #11255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11255C is #EEDAA3. Grayscale: #252525. Windows color (decimal): -15653540 or 6038801. OLE color: 6038801.

HSL color Cylindrical-coordinate representation of color #11255C: hue angle of 224º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11255C is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 37 92 -
CMYK 0.82 0.60 0 0.64
HSL 224º 0.69% 0.21% -
HSV(B) 224º 0.82% 0.36% -
XYZ 2.82 2.22 10.4 -
YUV 37.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 17 37 92 0.82 0.60 0 0.64 224 0.69 0.21
Hex 11 25 5C 52 3C 0 40 E0 45 15
Octal 21 45 134 122 74 0 100 340 105 25
Binary 10001 100101 1011100 1010010 111100 0 1000000 11100000 1000101 10101

Color Harmonies of #11255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11255C

Black with #11255C

Text Example


Text Example

White with #11255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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