Html Css Color HEX #11277B Sapphire

📋 copy color: '#11277B'

red 17 ◦ green 39 ◦ blue 123

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

Shades of Sapphire #11277B

Tints of Sapphire #11277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

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

R = 9.5%
G = 21.79%
B = 68.72%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11277B (or 0x11277B) is known color: Sapphire. HEX triplet: 11, 27 and 7B. RGB value is (17,39,123). Sum of RGB (Red+Green+Blue) = 17+39+123=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #11277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11277B is #EED884. Grayscale: #292929. Windows color (decimal): -15652997 or 8070929. OLE color: 8070929.

HSL color Cylindrical-coordinate representation of color #11277B: hue angle of 227.55º 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 #11277B is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 39 123 -
CMYK 0.86 0.68 0 0.52
HSL 227.55º 0.76% 0.27% -
HSV(B) 227.55º 0.86% 0.48% -
XYZ 4.53 3 19.08 -
YUV 42 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 17 39 123 0.86 0.68 0 0.52 227.55 0.76 0.27
Hex 11 27 7B 56 44 0 34 E4 4C 1B
Octal 21 47 173 126 104 0 64 344 114 33
Binary 10001 100111 1111011 1010110 1000100 0 110100 11100100 1001100 11011

Color Harmonies of #11277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11277B

Black with #11277B

Text Example


Text Example

White with #11277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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