Html Css Color HEX #11346A Sapphire

📋 copy color: '#11346A'

red 17 ◦ green 52 ◦ blue 106

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

Shades of Sapphire #11346A

Tints of Sapphire #11346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 9.71%
G = 29.71%
B = 60.57%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11346A (or 0x11346A) is known color: Sapphire. HEX triplet: 11, 34 and 6A. RGB value is (17,52,106). Sum of RGB (Red+Green+Blue) = 17+52+106=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #11346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11346A is #EECB95. Grayscale: #2F2F2F. Windows color (decimal): -15649686 or 6960145. OLE color: 6960145.

HSL color Cylindrical-coordinate representation of color #11346A: hue angle of 216.4º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11346A is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 52 106 -
CMYK 0.84 0.51 0 0.58
HSL 216.4º 0.72% 0.24% -
HSV(B) 216.4º 0.84% 0.42% -
XYZ 4.06 3.62 14.12 -
YUV 47.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 17 52 106 0.84 0.51 0 0.58 216.4 0.72 0.24
Hex 11 34 6A 54 33 0 3A D8 48 18
Octal 21 64 152 124 63 0 72 330 110 30
Binary 10001 110100 1101010 1010100 110011 0 111010 11011000 1001000 11000

Color Harmonies of #11346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11346A

Black with #11346A

Text Example


Text Example

White with #11346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11346A; }

 p { color: rgb(17,52,106); }

 H1.HeaderClassName
 {
   color: #11346A;
 }
 .AnyTagClassName
 {
   color: #11346A;
 }
</style>

background-color css

<style>
 a { background-color: #11346A; }

 a { background-color: rgb(17,52,106); }

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

border-color css

<style>
 span { border-color: #11346A; }

 span { border-color: rgb(17,52,106); }

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