Html Css Color HEX #11277C Sapphire

📋 copy color: '#11277C'

red 17 ◦ green 39 ◦ blue 124

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

Shades of Sapphire #11277C

Tints of Sapphire #11277C

RGB

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

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

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

R = 9.44%
G = 21.67%
B = 68.89%

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

#11277C (or 0x11277C) is known color: Sapphire. HEX triplet: 11, 27 and 7C. RGB value is (17,39,124). Sum of RGB (Red+Green+Blue) = 17+39+124=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #11277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11277C is #EED883. Grayscale: #292929. Windows color (decimal): -15652996 or 8136465. OLE color: 8136465.

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

Color convert

RGB 17 39 124 -
CMYK 0.86 0.69 0 0.51
HSL 227.66º 0.76% 0.28% -
HSV(B) 227.66º 0.86% 0.49% -
XYZ 4.59 3.03 19.41 -
YUV 42.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 17 39 124 0.86 0.69 0 0.51 227.66 0.76 0.28
Hex 11 27 7C 56 45 0 33 E4 4C 1C
Octal 21 47 174 126 105 0 63 344 114 34
Binary 10001 100111 1111100 1010110 1000101 0 110011 11100100 1001100 11100

Color Harmonies of #11277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11277C

Black with #11277C

Text Example


Text Example

White with #11277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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