Html Css Color HEX #11267D Sapphire

📋 copy color: '#11267D'

red 17 ◦ green 38 ◦ blue 125

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

Shades of Sapphire #11267D

Tints of Sapphire #11267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.44%

R = 9.44%
G = 21.11%
B = 69.44%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11267D (or 0x11267D) is known color: Sapphire. HEX triplet: 11, 26 and 7D. RGB value is (17,38,125). Sum of RGB (Red+Green+Blue) = 17+38+125=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #11267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11267D is #EED982. Grayscale: #292929. Windows color (decimal): -15653251 or 8201745. OLE color: 8201745.

HSL color Cylindrical-coordinate representation of color #11267D: hue angle of 228.33º 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 #11267D is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 38 125 -
CMYK 0.86 0.70 0 0.51
HSL 228.33º 0.76% 0.28% -
HSV(B) 228.33º 0.86% 0.49% -
XYZ 4.63 2.99 19.73 -
YUV 41.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 17 38 125 0.86 0.70 0 0.51 228.33 0.76 0.28
Hex 11 26 7D 56 46 0 33 E4 4C 1C
Octal 21 46 175 126 106 0 63 344 114 34
Binary 10001 100110 1111101 1010110 1000110 0 110011 11100100 1001100 11100

Color Harmonies of #11267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11267D

Black with #11267D

Text Example


Text Example

White with #11267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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