Html Css Color HEX #11256C Sapphire

📋 copy color: '#11256C'

red 17 ◦ green 37 ◦ blue 108

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

Shades of Sapphire #11256C

Tints of Sapphire #11256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.67%

R = 10.49%
G = 22.84%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11256C (or 0x11256C) is known color: Sapphire. HEX triplet: 11, 25 and 6C. RGB value is (17,37,108). Sum of RGB (Red+Green+Blue) = 17+37+108=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #11256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11256C is #EEDA93. Grayscale: #262626. Windows color (decimal): -15653524 or 7087377. OLE color: 7087377.

HSL color Cylindrical-coordinate representation of color #11256C: hue angle of 226.81º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11256C is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 37 108 -
CMYK 0.84 0.66 0 0.58
HSL 226.81º 0.73% 0.25% -
HSV(B) 226.81º 0.84% 0.42% -
XYZ 3.6 2.53 14.49 -
YUV 39.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 17 37 108 0.84 0.66 0 0.58 226.81 0.73 0.25
Hex 11 25 6C 54 42 0 3A E3 49 19
Octal 21 45 154 124 102 0 72 343 111 31
Binary 10001 100101 1101100 1010100 1000010 0 111010 11100011 1001001 11001

Color Harmonies of #11256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11256C

Black with #11256C

Text Example


Text Example

White with #11256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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