Html Css Color HEX #11267C Sapphire

📋 copy color: '#11267C'

red 17 ◦ green 38 ◦ blue 124

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

Shades of Sapphire #11267C

Tints of Sapphire #11267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 124 (48.83% from 255) = 69.27%

R = 9.5%
G = 21.23%
B = 69.27%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11267C (or 0x11267C) is known color: Sapphire. HEX triplet: 11, 26 and 7C. RGB value is (17,38,124). Sum of RGB (Red+Green+Blue) = 17+38+124=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #11267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11267C is #EED983. Grayscale: #292929. Windows color (decimal): -15653252 or 8136209. OLE color: 8136209.

HSL color Cylindrical-coordinate representation of color #11267C: hue angle of 228.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11267C is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 38 124 -
CMYK 0.86 0.69 0 0.51
HSL 228.22º 0.76% 0.28% -
HSV(B) 228.22º 0.86% 0.49% -
XYZ 4.56 2.96 19.4 -
YUV 41.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 17 38 124 0.86 0.69 0 0.51 228.22 0.76 0.28
Hex 11 26 7C 56 45 0 33 E4 4C 1C
Octal 21 46 174 126 105 0 63 344 114 34
Binary 10001 100110 1111100 1010110 1000101 0 110011 11100100 1001100 11100

Color Harmonies of #11267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11267C

Black with #11267C

Text Example


Text Example

White with #11267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,38,124); }

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

background-color css

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

 a { background-color: rgb(17,38,124); }

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

border-color css

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

 span { border-color: rgb(17,38,124); }

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