Html Css Color HEX #11267B Sapphire

📋 copy color: '#11267B'

red 17 ◦ green 38 ◦ blue 123

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

Shades of Sapphire #11267B

Tints of Sapphire #11267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 69.1%

R = 9.55%
G = 21.35%
B = 69.1%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11267B (or 0x11267B) is known color: Sapphire. HEX triplet: 11, 26 and 7B. RGB value is (17,38,123). Sum of RGB (Red+Green+Blue) = 17+38+123=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #11267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11267B is #EED984. Grayscale: #292929. Windows color (decimal): -15653253 or 8070673. OLE color: 8070673.

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

Color convert

RGB 17 38 123 -
CMYK 0.86 0.69 0 0.52
HSL 228.11º 0.76% 0.27% -
HSV(B) 228.11º 0.86% 0.48% -
XYZ 4.5 2.94 19.07 -
YUV 41.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 17 38 123 0.86 0.69 0 0.52 228.11 0.76 0.27
Hex 11 26 7B 56 45 0 34 E4 4C 1B
Octal 21 46 173 126 105 0 64 344 114 33
Binary 10001 100110 1111011 1010110 1000101 0 110100 11100100 1001100 11011

Color Harmonies of #11267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11267B

Black with #11267B

Text Example


Text Example

White with #11267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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